<div dir="ltr">So you mean to say, i should use RabbitMQ to connect to my Web app ( RabbitMQ role ends here ) and after that, when i get message then through my separate service i should call my third party API, right?</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 18, 2014 at 1:13 PM, Michael Klishin <span dir="ltr"><<a href="mailto:michael.s.klishin@gmail.com" target="_blank">michael.s.klishin@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="im"><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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div><div style="font-family:arial,sans-serif;font-size:13px">"you can do RPC over RabbitMQ to S and then S can issue HTTP requests."</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div></div><div style="font-family:arial,sans-serif;font-size:13px">Like you said as above ?�</div><div style="font-family:arial,sans-serif;font-size:13px"><br>


</div>
<div style="font-family:arial,sans-serif;font-size:13px">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?</div>



</div><div class="gmail_extra"></div></blockquote></div><br></div>The point of having RabbitMQ (or another messaging technology) is to connect your Web app (W) with</div><div class="gmail_extra">a separate service (S) that will issue HTTP requests to the 3rd party API.</div>


<div class="gmail_extra"><br></div><div class="gmail_extra">You can talk to RabbitMQ over AMQP 0-9-1, MQTT, STOMP or HTTP.<div class="im"><br>-- <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></div>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>