Better support for queue names
bombsimon opened this issue · 1 comments
bombsimon commented
Right now we use the routing key as queue name when declaring queues. This is not a good idea if we don't want to use a routing key, i.e. for headers exchange.
We should add a field on the bindings which includes a queue name that can be used with the default for direct bindings still being the routing key.