Wednesday, April 22, 2020

Utilize Postgesql Notification service for asynchronize communication


Messaging service is a feature that is available in PostgreSQL 11. This service has a great benefit to notify change happened in the database once someone modified database. PostgreSQL provides pg_notify to sending message out for subscriber who listening to the queue. Read more

No comments:

Post a Comment