[rabbitmq-discuss] Help with topics not working from Pika
darren
darren at ontrenet.com
Wed Sep 4 15:02:29 BST 2013
Thank you.
Sent from my Verizon Wireless 4G LTE Smartphone
-------- Original message --------
From: Michael Klishin <michael at rabbitmq.com>
Date: 09/04/2013 9:10 AM (GMT-05:00)
To: Discussions about RabbitMQ <rabbitmq-discuss at lists.rabbitmq.com>
Subject: Re: [rabbitmq-discuss] Help with topics not working from Pika
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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130904/1e34d795/attachment.htm>
More information about the rabbitmq-discuss
mailing list