Process Flow - Publish-subscribe for broadcasting
Publisher sends message
Message goes to Exchange
Exchange broadcasts to all Queues
Each Queue delivers message to its Consumer
Consumers receive message independently
The publisher sends a message to an exchange, which broadcasts it to all bound queues, each delivering the message to its consumer.