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

Ravir Pandey ravir.pandey at commusoft.co.uk
Sat Jan 18 04:51:51 GMT 2014


All HTTP request willl be in RabbitMQ -> Put all request in queue -> Queue
get processed ( HTTP request to third party API through RabbitMQ ) -> Get
response through RabbitMQ only.

Is this possible?


On Thu, Jan 16, 2014 at 7:45 PM, Michael Klishin <
michael.s.klishin at gmail.com> wrote:

>
> 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
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140118/c76268f9/attachment.html>


More information about the rabbitmq-discuss mailing list