nestjs-pgmq

JSON →
library 0.0.5 ·javascript
verified Jun 5, 2026

nestjs-pgmq integrates the PGMQ Postgres message queue into NestJS, providing a Bull-compatible API for distributed job processing using existing PostgreSQL infrastructure. Version 0.0.5 – actively developed. Key differentiators: no extra middleware (like Redis), automatic metadata injection (correlationId, producerId), dead letter queues, transactional safety, and graceful shutdown. Alternative to @nestjs/bull for Postgres-native setups.