I have a camel route in Groovy that simplified as below: from (timer).process(myProcessor).split().parallelProcessing().process(anotherProcessor)
When running this route, the timer kicks off once and only once and it does not get invoked again. If I remove the split and the parallel processing option my program works fine. I looked into the forums and the concurrency section of the CIA book but can't seem to figure out the problem. What am I doing wrong? Regards, Sundar -- View this message in context: http://camel.465427.n5.nabble.com/timers-processors-and-parallel-processing-tp4544160p4544160.html Sent from the Camel - Users mailing list archive at Nabble.com.