[rabbitmq-discuss] Send HTTP request and get response using RabbitMQ

Michael Klishin michael.s.klishin at gmail.com
Thu Jan 16 14:15:14 GMT 2014


2014/1/16 Ravir Pandey <ravir.pandey at commusoft.co.uk>

> basically I have my own web application which uses third party API's
> through which thousand of HTTP request being sent daily. I want to do this
> through RabbitMQ.
>

So you want a separate service (S) to contact HTTP API on behalf of your
Web app? Then you can do RPC over RabbitMQ to S
and then S can issue HTTP requests.


> Yes mate, i have gone through http://www.rabbitmq.com/getstarted.html. I
> got some examples but most of the example uses tcp protocol to send
> messages.
>

RabbitMQ protocol(s) assume TCP. There is no way to do AMQP 0.9.1 over HTTP
or MQTT over HTTP.

RabbitMQ has HTTP API which is focused on monitoring. You can publish and
fetch messages over it but it's not particularly efficient.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140116/12495bf5/attachment.html>


More information about the rabbitmq-discuss mailing list