Description
Message queues can be stored and processed inside PostgreSQL instead of a separate queue service. This extension provides queue behavior similar to SQS or RSMQ using Postgres tables and functions. Queue payloads may contain application data, so access control and retention policies matter.