Replcate published messages across queues for different consumers

9 views
Skip to first unread message

David Binney

unread,
Dec 13, 2017, 8:44:48 PM12/13/17
to rabbitmq-users
I am looking into how i might have different "workers" processing the same messages. I am assuming there is some way for any messages pushed to queue("the-queue-name") to be automatically available on two other queues i.e.: 

* message pushed to "the-queue-name" 
* * available on "the-queue-name"
* * and "the-queue-name_child1"
* * and "the-queue-name_child2"

cheers

dfed...@pivotal.io

unread,
Dec 15, 2017, 7:26:51 AM12/15/17
to rabbitmq-users
Hi,

In AMQP protocol message routing is handled by exchanges https://www.rabbitmq.com/tutorials/amqp-concepts.html
Each exchange is a set of routing rules between channel and N queues. If a message to be routed to multiple queues, it will be copied.
Reply all
Reply to author
Forward
0 new messages