hemerajs / hemera

🔬 Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/
MIT License
806 stars 70 forks source link

Support queues & workers #55

Closed gregory closed 7 years ago

gregory commented 7 years ago

It seems like NATS support message queueing pattern Unless i missed something, that seems to be missing. Any plan to implement it?

StarpTech commented 7 years ago

Hi @gregory hemera support it by default. Every subscription use a "queue group name" this ensure that all one-to-one traffic is load balanced by NATS. https://hemerajs.github.io/hemera/1_request_reply.html Thanks for the hint. I improved the documentation.