Listen/Notify-based PostgreSQL message queue extension
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | pg_message_queue |
|---|---|
| Version | 0.2.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 21 |
| Latest commit | 2017-11-17 |
| Latest release | 2013-01-19 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pgmq | A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. |
| pg_async | C extension that provides async LISTEN/NOTIFY queue support on PostgreSQL replicas in hot standby. |
| pgq | Generic queue for PostgreSQL |
| ulak | Transactional Outbox extension for PostgreSQL with reliable asynchronous delivery |
| event_manager | Loosely coupled PostgreSQL event trigger and queue system with synchronous or asynchronous processing. |
| supa_queue | Simple PostgreSQL job queue that dispatches asynchronous HTTP requests with pg_net, schedules processing and retries with pg_cron, and stores endpoint credentials in Supabase Vault. |
| qgres | Simple queue system |
| pgqbw | postgres queue backgound worker |