Reputation: 133
Can RabbitMQ invoke directly a Web Service (REST, SOAP) on Message Dequeue ?
I mean a native direct invocation, with no external consumer that do the job.
Thanks
Upvotes: 0
Views: 1147
Reputation: 2313
No. RabbitMQ is a messaging routing/queueing system. If you need that, then you have to implement it with your app
Upvotes: 1