user3849838
user3849838

Reputation: 133

Can RabbitMQ invoke directly a Web Service (REST, SOAP) on Message Dequeue?

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

Answers (1)

old_sound
old_sound

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

Related Questions