Re: Executing a Quartz Endpoint on demand

2009-06-21 Thread Claus Ibsen
Hi You can have multiple inputs to a given route, so you can have one for the quartz and another for invoking on demand for instance using a direct endpoint You simply just add another tag Then you can use the producer template to send a message to "direct:hitme" to invoke your route. On T

Re: Executing a Quartz Endpoint on demand

2009-06-18 Thread sriramch
I apologize for not posting my route which is listed below. What you suggest would work if I had only 1 step after my quartz end-point. However I have 3 route steps in my my route. I'd have to break-up my route into 2 which would make my Spring DSL configuration a little crazy. Hence I am looking

Re: Executing a Quartz Endpoint on demand

2009-06-18 Thread Hadrian Zbarcea
I am not sure what you are trying to do, it would help to post your route. The quarz component provides the mechanism to trigger an event at predetermined moments of time, which will cause some things to happen, like a crontab job. Actually even the syntax is very similar to crontab. If