If you use the timer component http://camel.apache.org/timer
Then it has a fixedRate option that determines if the "gap" is between - last task starting -> new task start - last taks ending -> new task start Read the java doc of the JDK to understand the option as its from the Timer in there. In terms of Quartz I suggest to read its docu if it has a similar feature. ----- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/ -- View this message in context: http://camel.465427.n5.nabble.com/How-to-limit-the-thread-of-quartz-tp4374720p4375585.html Sent from the Camel - Users mailing list archive at Nabble.com.
