[rabbitmq-discuss] How many consumers get message?
Allen Fowler
allen.fowler at yahoo.com
Fri Sep 4 05:42:59 BST 2009
>
> From a queue, each individual message will only be delivered to one
> consumer, even if it is a shared queue. However, the routing model in
> AMQP allows you to control how messages end up those queues. So by
> specifying routing rules to multiple queues you can multicast each
> inbound message to all of your queues.
Thank you.
More information about the rabbitmq-discuss
mailing list