select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

pg_message_queue

Listen/Notify-based PostgreSQL message queue extension

pgext.cloud · Source code · Documentation · License text · Control file · PGXN

Overview

Packagepg_message_queue
Version0.2.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars21
Latest commit2017-11-17
Latest release2013-01-19
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

pgmqA lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
pg_asyncC extension that provides async LISTEN/NOTIFY queue support on PostgreSQL replicas in hot standby.
pgqGeneric queue for PostgreSQL
ulakTransactional Outbox extension for PostgreSQL with reliable asynchronous delivery
event_managerLoosely coupled PostgreSQL event trigger and queue system with synchronous or asynchronous processing.
supa_queueSimple 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.
qgresSimple queue system
pgqbwpostgres queue backgound worker