Hi, I'm trying to evaluate whether Camel Quartz meets our requirements so this may be an obvious question.
So my aim is to have Camel Quartz read the job schedule from the JobStore, in a cluster. Then have a web client write the schedules/triggers to the JobStore. So have the creation of Jobs decoupled from the camel routes which run the jobs. I pictured the camel route would look something like quartz://group/myJob, would go to the JobStore and look up the trigger. What is happening is that it is writing a new Job trigger with that name and the default values (simple job every second) to the JobStore. Is it actually possible to get Camel Quartz to work this way around? Or should I set up a scheduled job to add to a queue and just wire up the cluster instances to read from the queue? Apologies if this is very obvious. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Quartz-questions-probably-simple-tp5771856.html Sent from the Camel - Users mailing list archive at Nabble.com.
