开发者

Decoupling messaging and web services

开发者 https://www.devze.com 2023-01-28 07:21 出处:网络
I\'m going to be building an app shortly that requires reliable, reasonably high throughput messaging. Many of the endpoint consumers of our messages are SOAP web sevices however.

I'm going to be building an app shortly that requires reliable, reasonably high throughput messaging. Many of the endpoint consumers of our messages are SOAP web sevices however.

RabbitMQ and related technologies look very attractive - decoupling message delivery from the application, and providing a reliable mess开发者_StackOverflowage queuing system that can persist even through a reboot. This sounds very attractive, but from what I've read, RabbitMQ is designed for an architecture in which you maintain both the consumer and the publisher.

Are there any similar messaging systems that can target web services?


You will always need some mapping between the message and the parameters of the web service. Should be very easy to create a small "bridge" app to receive the message and call the web service. You would still gain teh advantages of using RabbitMQ / SOA and the arcitectures this allows

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号