[rabbitmq-discuss] Topic broadcast exchange
    Matthias Radestock 
    matthias at lshift.net
       
    Thu Aug  6 16:14:49 BST 2009
    
    
  
Jonathan,
Jonathan Stoppani wrote:
> I'm trying to create a broadcast topic exchange, where all messages
> matching a certain topic will be dispatched to all queues at the same
> time (something like multicast).
> 
> Is it possible to do this with only one exchange?
Exchanges route messages to all the queues with matching bindings. So
what you are describing is not just possible, it's the standard behaviour.
Regards,
Matthias.
    
    
More information about the rabbitmq-discuss
mailing list