This is a sample implementation of Listen/Notify feature of Postgres with JDBC
Java project includes the sample demo of usage of Listen/Notify signals.
#To test with Database:
- Run notify_trigger.sql query with your Database name.
- Ignore the Notifier class.
- "uniqueNameAsID" paramater must be same in the SQL function and Listener Class.
https://github.com/bvamc/postgres_Listen_Notify_Feature