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

Michael Klishin michael.s.klishin at gmail.com
Sat Jan 18 07:43:11 GMT 2014


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

> "you can do RPC over RabbitMQ to S and then S can issue HTTP requests."
>
> Like you said as above ?
>
>  and i had gone through HTTP management plugin. However i can install
> RabbitMQ on my server but my third party API is nothing to do with RabbitMQ
> - in that case it is feasible to send HTTP request through HTTP management
> plugin? OR Should i create separate service ( S ) to call third party HTTP
> API? I mean when i do RPC over rabbitMQ to S and my S will issue HTTP
> request?
>

The point of having RabbitMQ (or another messaging technology) is to
connect your Web app (W) with
a separate service (S) that will issue HTTP requests to the 3rd party API.

You can talk to RabbitMQ over AMQP 0-9-1, MQTT, STOMP or HTTP.
-- 
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/20140118/8e4f6e34/attachment.html>


More information about the rabbitmq-discuss mailing list