Yes its 3 independent routes. Its the JDK Timer that manages and runs the tasks. And they can run in parallel but are not guaranteed as all is decided / managed by the JDK itself.
On Fri, Oct 30, 2009 at 3:31 PM, Bak Attila <[email protected]> wrote: > > Hi, > > If in a defined route i have: > configure( > from("timer://timer1?period=1000").to() > > from("timer://timer2?period=1000").to() > > from("timer://timer3?period=1000").to() > ) > How is the processing happening? Are they independent from each other? DO > they actually run parallel somehow? Or is one waiting for the other to > complete? > > Thanks > attila > -- > View this message in context: > http://old.nabble.com/Thread-question-tp26131048p26131048.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
