Closed floatingLomas closed 2 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.
rabbit.js
Added a test, too.
Hey, just following up - can this be merged in?
@squaremo: What's up with this?
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.