{"library":"mongo-message-queue","type":"library","category":null,"description":"A promise-based message queue for Node.js backed by MongoDB. Version 1.1.0 is the latest stable release. It provides a simple worker pattern where messages of a given type are processed by registered handlers, with built-in retry and rejection support. Compatible with MongoDB driver versions 4 through 6 and MongoDB server versions 5 through 7. Uses polling (default 1 second) to check for new messages. Differentiators: lightweight, no external dependencies besides MongoDB, and simple API.","language":"javascript","status":"active","version":"1.1.0","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mongo-message-queue","imports":["const MessageQueue = require('mongo-message-queue');","const { MessageQueue } = require('mongo-message-queue');","const { MongoClient } = require('mongodb');"]},{"cmd":"yarn add mongo-message-queue","imports":[]},{"cmd":"pnpm add mongo-message-queue","imports":[]}],"homepage":"https://github.com/wonderlic/mongo-message-queue#readme","github":"https://github.com/wonderlic/mongo-message-queue","docs":null,"changelog":null,"pypi":null,"npm":"mongo-message-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}