Skip to main content

All Questions

12 votes
1 answer
16k views

What is the difference between BullMQ and other message queue implementations? [closed]

I've been looking at the docs for BullMQ: https://github.com/taskforcesh/bullmq https://docs.bullmq.io/what-is-bullmq I noticed in its comparison chart that it doesn't contain projects like RabbitMQ ...
McFlurriez's user avatar
2 votes
2 answers
1k views

Pub-Sub pattern and message broker, how to make sure all subscribers finished working on event

First of all, I am aware that there are good (and lightweight) message brokers available like NATS. If this was a job, I'd certainly go with proven solutions, this is more about curiosity and the will ...
bowrilla's user avatar
  • 194