nestjs-pgmq
JSON →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.
Resources
packagenestjs-pgmq ↗