Hi,

I'm new to Camel. My need is to collect new information from an existing
DataBase. My cursor is quite easy to manage (based on a timestamp) so I need
to regularly check for new entries every minute by doing this query: "Select
* From Table Where DTEVENT > LastManagedEntryDT".

Ideally I'd like to use Spring configuration and the LastManagedEntryDT
value should be stored in a persistent file so that if I restart Camel I
won't grab duplicates events.

Thanks!
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Get-updated-entries-from-a-DataBase-tp3400895p3400895.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to