DocMQ
JSON →A document-based messaging queue for MongoDB (v4.7+), PostgreSQL (v8.7+), and other databases via a custom driver interface. Current stable version is 0.5.7. Released as an alternative to BullMQ and Agenda, DocMQ prioritizes database abstraction, timezone-aware scheduling, and in-memory development mode over raw performance. It supports concurrency, job repetition, scheduling, persistence, and queue-level hooks. Suitable when persistence and scheduling across timezones are critical, but not for high-throughput FIFO scenarios. Releases are infrequent; the package ships TypeScript types and is ESM-only.