<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014/1/18 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div>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.</div><div><br>
</div><div>Is this possible?</div></blockquote></div><br>You can publish a message over HTTP API that comes with the management plugin [1].<br><br clear="all"><div>However, you can only consume messages over HTTP via polling.</div>

<div><br></div><div><a href="http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_2_2/priv/www/api/index.html">http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_2_2/priv/www/api/index.html</a><br>

</div><div><br></div><div>A separate process that communicates with your Web app over RabbitMQ's other protocols</div><div>will yield better throughput and likely will result in code that's more to the point.</div>

-- <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>