<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014/1/16 Ravir Pandey <span dir="ltr"><<a href="mailto:ravir.pandey@commusoft.co.uk" target="_blank">ravir.pandey@commusoft.co.uk</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">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.<br></div></blockquote><div><br></div><div>

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</div><div>and then S can issue HTTP requests.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div>Yes mate, i have gone through <a href="http://www.rabbitmq.com/getstarted.html" target="_blank">http://www.rabbitmq.com/getstarted.html</a>. I got some examples but most of the example uses tcp protocol to send messages.</div>

</div></blockquote></div><br>RabbitMQ protocol(s) assume TCP. There is no way to do AMQP 0.9.1 over HTTP or MQTT over HTTP.</div><div class="gmail_extra"><br></div><div class="gmail_extra">RabbitMQ has HTTP API which is focused on monitoring. You can publish and fetch messages over it but it's not particularly efficient.</div>

<div class="gmail_extra">-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>


</div></div>