I want to use the camel-quartz component to schedule & run jobs that can then
interact with other Camel endpoints.

I'm looking for a "de minimis" (no bells or whistles) configuration here,
and am not really sure where to dig in.

I've written a POJO that has a run() method that will do everything I need
(so long as the camel-quartz configuration is correct), and now I'm not sure
what XML/properties config I need to do to get everything working.

The Camel-Quarts docs make mention of routes and a quartz.properties file,
but I'm not sure which items I absolutely need to write myself, or which
items have preconfigured defaults that would be suitable for my simple
needs.

Let's say my POJO's public void run() method simply connects to an FTP
server and pulls down info to process, and I want this job to run every
minute.

Can someone just list the target files (Java, XML, properties, etc.) that I
will need to write in order to get this up and running? I assume all of the
following, at the very least:

1. The Java job to be ran where I write the code that connects to the FTP
server, pulls down info & process it, etc.
2. camel-quartz-config.xml where I defines routes between endpoints
3. quartz.properties where I tweak how Camel instantiates the Quartz timer

Am I omitting (or not understanding) anything here? Thanks in advance!

--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Quartz-Configuration-tp4892147p4892147.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to