Re: camel2.11.0 threads

2013-09-06 Thread Claus Ibsen
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

Re: camel2.11.0 threads

2013-09-06 Thread risen
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.

camel2.11.0 threads

2013-09-05 Thread risen
I'm new in camel. threadPool: threadPool id=threadPcSend poolSize=8 threadName=pcSend maxPoolSize=8 maxQueueSize=1024 keepAliveTime=0 / camel-route: camel:route id=pcSendRoute camel:from uri=timer://pcSendTimer?period=2000amp;delay=5000 / threads