postgres-queue
JSON →Postgres-queue (v1.3.2) is a PostgreSQL-backed request-response queue for Node.js, designed for reliable message passing with at-least-once delivery guarantees. It uses PostgreSQL as its storage backend, leveraging its transactional semantics for durability and visibility. The library provides a simple API for enqueuing and dequeuing messages, with support for visibility timeouts, retries, and dead-letter handling. Differentiates from in-memory queues (e.g., Bull) by persisting state in PostgreSQL without additional infrastructure like Redis, making it attractive for projects already using Postgres. Release cadence is ad-hoc; maintained by Growmies.
Resources
packagepostgres-queue ↗