What are bindings?
When you publish a message, you send a “routing key” along with it, that’s used by the exchange when it decides which queues to forward a copy of the message on to. The links between exchanges and queues are created through binding, with a “binding pattern” that is used by the exchange when comparing against routing keys.