Re: Equivalent of Oracle Advanced Queue in Postgres

From: Peter Gram <peter(dot)m(dot)gram(at)gmail(dot)com>
To: Umesh Kumar Yadav <umeshroks1208(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Equivalent of Oracle Advanced Queue in Postgres
Date: 2024-03-06 13:05:40
Message-ID: CAJ=80GUowr_H2GGYX7teXg9k+uuMBRTLRUsJSHKqnjezMi2BkQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Umesh

We have tested https://github.com/tembo-io/pgmq and that looks like a
product going in the right direction as a substitute for AQ on postgres.

Med venlig hilsen

Peter Gram
Sæbyholmsvej 18
2500 Valby

Mobile: (+45) 5374 7107
Email: peter(dot)m(dot)gram(at)gmail(dot)com

On Wed, 6 Mar 2024 at 10:22, Umesh Kumar Yadav <umeshroks1208(at)gmail(dot)com>
wrote:

> Dear PostgreSQL Community Forum Members,
>
> I hope this message finds you well. I am reaching out to inquire about the
> equivalent functionality of Oracle Advanced Queue in PostgreSQL.
>
> As we continue to explore and migrate our database solutions to
> PostgreSQL, we have encountered a need for a feature similar to Oracle
> Advanced Queue. In Oracle, Advanced Queue provides a messaging
> infrastructure that enables asynchronous communication between
> applications. It allows messages to be stored persistently in the database
> until they are consumed by subscribing applications.
>
> Could you please provide insights or recommendations on how we can achieve
> similar functionality in PostgreSQL? We are particularly interested in
> features or extensions within PostgreSQL that offer queuing capabilities,
> message persistence, and asynchronous communication between applications.
>
> Any guidance, best practices, or suggestions from the community would be
> greatly appreciated. Additionally, if there are any existing PostgreSQL
> extensions or modules that provide comparable functionality to Oracle
> Advanced Queue, we would love to learn more about them.
>
> Thank you in advance for your time and assistance. We look forward to
> hearing from the knowledgeable members of the PostgreSQL community.
>
> Best regards,
>
> Umesh Kumar Yadav
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message garyorban 2024-03-06 16:27:08 Upgrade Rhel7.9 to Rhel9.3
Previous Message Holger Jakobs 2024-03-06 09:44:39 Re: Equivalent of Oracle Advanced Queue in Postgres