Re: LISTEN / NOTIFY

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: aditya desai <admad123(at)gmail(dot)com>
Cc: pgsql-sql <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: Re: LISTEN / NOTIFY
Date: 2021-10-11 15:36:39
Message-ID: CAKFQuwb3QDrRcF0W_oqjuP0yOqAvC4VKqqFw+Y=v1c63-kuh2g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Monday, October 11, 2021, aditya desai <admad123(at)gmail(dot)com> wrote:

> Hi,
> Has anyone implemented LISTEN / NOTIFY to enqueue and dequeue messages to
> and from Postgres? Do you have steps to implement it?
>

Listen/notify are not a queuing system, they are a notification system.

David J.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Steve Midgley 2021-10-11 15:46:37 Re: LISTEN / NOTIFY
Previous Message aditya desai 2021-10-11 15:31:57 Re: LISTEN / NOTIFY