mxriverlynn / rabbus

A micro-service bus with built-in messaging patterns, for NodeJS and RabbitMQ
116 stars 26 forks source link

pubsub consumer queue names appended with UUIDs #34

Closed bloo closed 7 years ago

bloo commented 7 years ago

Is this one of the library's opinionated behaviors? None of the settings allows me to change this and this makes it impossible to have multiple instances of a consumer process share a queue+route, allowing for round-robin access. The default rabbot settings for durable: true and autoDelete: false are actually not default, I had to set them, but it's moot since a consumer can't restart and connect to the same queue anyway.