squaremo / rabbit.js

Messaging in Node.JS made easy using RabbitMQ
Other
1.52k stars 142 forks source link

Allow for distributed (round-robin) SubSockets via `sharedQueue` option #111

Closed floatingLomas closed 2 years ago

floatingLomas commented 9 years ago

I was looking to be able to have a number of service instances subscribe to a wildcard topic, and have those instances round-robin the messages, and rather than write my own or just monkey-patch rabbit.js, I thought I'd just make the change.

Added a test, too.

floatingLomas commented 9 years ago

Hey, just following up - can this be merged in?

mkozjak commented 8 years ago

@squaremo: What's up with this?