<div dir="ltr"><div style>Hi,</div><div style><br></div>A RabbitMQ RPC Server is no more than a simple consumer that gets messages from queue, process them, inspects their &quot;reply_to&quot; property and replies to that address with the result, possibly passing along the message &quot;correlation_id&quot; so the RPC Client can keep track of the responses.<div>
<br></div><div style>So you could run one of those process, or many in parallel, it doesn&#39;t matter.</div><div style><br></div><div style>Now if you want to have more than one process to pick up the message and do something with it, then you will have to put a fanout exchange in front of your RPC Server. That would be the easiest way to get the RPC Request to different components.</div>
<div><br></div><div style>Regards,</div><div style><br></div><div style>Alvaro</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 18, 2013 at 11:47 AM, antony <span dir="ltr">&lt;<a href="mailto:antony.pulicken@gmail.com" target="_blank">antony.pulicken@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
We are planning to use RabbitMQ RPC for synchronous messaging. Apart from<br>
the server component that will process the incoming message and sends a<br>
response to the call back queue, we also have few other components who are<br>
interested in the event/payload published by the client. �So, my question is<br>
can we have more than one subscriber in case of RPC scenario ? If yes, can<br>
you please more details about it ?<br>
<br>
Regards,<br>
Antony.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://rabbitmq.1065348.n5.nabble.com/RabbitMQ-RPC-Multiple-consumers-tp24556.html" target="_blank">http://rabbitmq.1065348.n5.nabble.com/RabbitMQ-RPC-Multiple-consumers-tp24556.html</a><br>

Sent from the RabbitMQ mailing list archive at Nabble.com.<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>
</blockquote></div><br></div>