Hi Claus!
Thank you so much!
We change the route just like what you say.
It works fine!
--
View this message in context:
http://camel.465427.n5.nabble.com/camel2-11-0-threads-tp5738811p5738823.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi
Camel 2.12 should allow to do this. So just try to upgrade to use it
when its out.
As the timer supports the async routing engine from 2.12 onwards
http://camel.apache.org/asynchronous-routing-engine.html
For earlier releases you can send to a seda queue first
from timer
to seda
from seda
I'm new in camel.
threadPool:
camel-route:
when the "update" method runs in 2s,the eight threads can run every 2s.
but when anyone of the threads run over 2s,others will wait until the thread
is over.
How can i make the threads work every 2s whet