jms « postgresql « Java Database Q&A





1. PostgreSQL and JMS (Or other Pub-Sub/Callback Mechanism)    stackoverflow.com

I want to have my PostgreSQL server send out notifications when a piece of data changes, preferably over JMS, but also considering any other Pub-Sub mechanism or Callback. Any ideas if this ...