{"library":"fh-mongodb-queue","type":"library","category":null,"description":"A lightweight message queue built on top of MongoDB, forked from mongodb-queue. Version 3.3.0 (unmaintained since 2017). Provides basic queue operations (add, get, ack, ping, clean) with configurable visibility window and delay. Designed for Node.js apps already using MongoDB, offering a simple alternative to dedicated queue systems like RabbitMQ or Redis-backed queues. No support for TTL, dead-letter queues, or message batching. Requires MongoDB driver v2.x or v3.x.","language":"javascript","status":"abandoned","version":"3.3.0","tags":["javascript","mongodb","queue"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install fh-mongodb-queue","imports":["const mongoDbQueue = require('fh-mongodb-queue');","const { MongoClient } = require('mongodb');","const queue = mongoDbQueue(db, 'my-queue'); queue.add(...);"]},{"cmd":"yarn add fh-mongodb-queue","imports":[]},{"cmd":"pnpm add fh-mongodb-queue","imports":[]}],"homepage":"https://github.com/feedhenry/fh-mongodb-queue","github":"git://github.com/feedhenry/fh-mongodb-queue","docs":null,"changelog":null,"pypi":null,"npm":"fh-mongodb-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}