Hello Camel users,

In our project we have several routes that start from a file (local
filesystem or FTP) and when we're clustering this via Fuse Fabric we want
to ensure that only one instance of the route picks up files.

Our first thought was to use the Quartz scheduler with a JDBC-JobStore as
described here:
http://quartz-scheduler.org/documentation/quartz-2.x/configuration/ConfigJDBCJobStoreClustering

Is there an example of a working JDBC-JobStore from within Camel?

Are there other (simpler) solutions to make sure that multiple routes don't
interfere?

Best regards,
Tom

Reply via email to