mongodb-queue
JSON →A lightweight, reliable message queue library built on top of MongoDB. The current stable version is 4.0.0, compatible with MongoDB v3 driver. It provides a simple API for adding, getting, acking, and pinging messages, with options for visibility timeout and delay. It is feature-complete and stable, with minimal ongoing development. Key differentiators include zero external dependencies beyond MongoDB, persistent storage, and built-in message visibility management. Ideal for Node.js applications already using MongoDB that need a simple, durable queue without additional infrastructure. Note: For MongoDB v2 driver, use mongodb-queue@3.
Resources
packagemongodb-queue ↗