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.

Reply via email to