[rabbitmq-discuss] Can one consumer listen to 2 queues

Michael Klishin michael at rabbitmq.com
Mon Sep 30 09:14:37 BST 2013


On sep 27, 2013, at 11:10 a.m., Seshumadhav Chaturvedula <smc.mobolt at gmail.com> wrote:

> I configured producer to a fanout exchange and a queue, and same with consumer. For some reason special messages are not broadcasted, while each receiver randomly receives normal messages one at a time.

One consumer can only consume from a single queue. You can reuse delivery
handler between multiple consumers (that are not QueueingConsumer instances)
or create an entity that aggregates messages from
two QueueingConsumer instances.

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/20130930/6b1bb16b/attachment.pgp>


More information about the rabbitmq-discuss mailing list