<div dir="ltr">Hi,<div><br></div><div>Take a look at how RabbitMQ does routing:�<a href="http://www.rabbitmq.com/tutorials/tutorial-four-python.html">http://www.rabbitmq.com/tutorials/tutorial-four-python.html</a> I think that answers part of your question. ie.: &quot;virtual destinations&quot; are exchanges in RabbitMQ.</div>
<div><br></div><div>wrt load balancing, that is, spreading the messages across queues, you could use the consistent hash exchange, which comes by default with RabbitMQ (although not enabled). Here are the docs:�<a href="http://hg.rabbitmq.com/rabbitmq-consistent-hash-exchange/file/rabbitmq_v3_2_0/README.md">http://hg.rabbitmq.com/rabbitmq-consistent-hash-exchange/file/rabbitmq_v3_2_0/README.md</a></div>
<div><br></div><div>Regards,</div><div><br></div><div>Alvaro</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 30, 2013 at 8:56 AM, snahata <span dir="ltr">&lt;<a href="mailto:swetanahata2008@gmail.com" target="_blank">swetanahata2008@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"><div dir="ltr"><div>Hi All,</div><div><br></div><div>I am new to RabbitMQ and wanted to figure out whether we can implement the concept of virtual destinations as specified in ActiveMQ in RabbitMQ as well?�</div>
<div>Virtual Destinations allows to create logical destinations that clients can use to produce and consume from but which map onto one or more physical destinations.�</div><div>Basically, a producer sends message to a virtual topic which is then received by the actual physical queues. These messages are then distributed to the consumers listening on those queues based on the concept of load balancing.</div>
<div>I have attached the diagram for reference.</div><div><br></div><div>Thanks,</div><div>Sweta</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>