Introducing PGMQ: Simple Message Queues on Postgres

Aug 3rd, 2023Product
  • PGMQ is a new packaged extension for message queues on Postgres released by Tembo.

  • Features include exactly-once delivery, archival of messages, familiar SQL interface, and client SDKs in Rust and Python.

  • Building message queues on Postgres helps manage operational pipelines efficiently, avoiding the need for additional technologies.

Recent Product News