0x4b53/amqp-rpc

Better support for queue names

bombsimon opened this issue · 1 comments

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.

Pretty much the same as #26