Process Flow - Topic exchange (pattern matching)
Producer sends message with routing key
Topic Exchange receives message
Exchange compares routing key with binding keys
Match?
Route to queues
Consumers receive messages from queues
Messages are sent with routing keys to a topic exchange, which routes them to queues whose binding keys match the routing key pattern.