Enable binding queues by routing_keys on the level of the queue
Right now there's a bunch of ways to make a queue and bind it to a topic exchange:
- Declare an exchange
- Declare a queue
- Bind it
Or simply consume a Queue bound to a topic exchange, which currently won't work now, but since these two are related I'm putting them together