[rabbitmq-discuss] Help with topics not working from Pika

Michael Klishin michael at rabbitmq.com
Wed Sep 4 14:10:30 BST 2013


Simon MacMullen:

> Because both receivers declare a queue with the same name, they both get the same queue. Each message can only exist once in a queue, so therefore you distribute the messages between the two receivers.

For an explanation of how messages are distributed when multiple consumers
share a queue, see tutorial 2:
https://www.rabbitmq.com/tutorials/tutorial-two-python.html

Message routing happens between queues, not between consumers.

See https://www.rabbitmq.com/tutorials/amqp-concepts.html if you are still not
sure about the concepts.

MK



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130904/c054cd44/attachment.pgp>


More information about the rabbitmq-discuss mailing list