[rabbitmq-discuss] AMQP routing 101 [was Re: Publisher Confirms in mirrored queues]
Matthias Radestock
matthias at rabbitmq.com
Thu Jul 19 19:25:32 BST 2012
Prashanth,
please keep the list on cc.
On 19/07/12 19:19, Prashanth wrote:
> Just to be sure.
> I cannot have more than two consumers reading from a single queue.
Yes you can, but each message in a queue will only go to one consumer.
As explained in the 2nd tutorial,
http://www.rabbitmq.com/tutorials/tutorial-two-python.html.
> I should so something similar to the example in link.
Yes, if you want to the same message to go to multiple consumers then
you need to set up multiple queues.
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list