Re: Derby replication system - Need help

2014-03-16 Thread George Toma
Hi all,  I'm trying to achieve the following functionality  and I would like an opinion, advice from more experienced people:  - the goal is to provide a replication system which will publish messages to a JMS queue ( OpenMQ) based on the changes that occur in the database tables.

Adding a new record to a table

2014-03-16 Thread Bob M
On a regular basis I add a new record and delete the oldest record in my table The records have a key and up until recently were listed by date/time order as I wish to have them I understand that this is unnecessary but it is great to always find the latest records at the end of the table Now,