Process Flow - Binding keys and routing keys
Producer sends message with Routing Key
Exchange receives message
Exchange compares Routing Key with Binding Keys
Match Binding Key
Route to Queue
Consumer receives message
Messages are sent with a routing key to an exchange, which routes them to queues whose binding keys match the routing key.