Re: Problems using async threads

2013-07-31 Thread nprajeshgowda
Yes, that was the reason. Now after decreasing the queue size i see the threads are growing. Thanks. Br, Rajesh -- View this message in context: http://camel.465427.n5.nabble.com/Problems-using-async-threads-tp3025934p5736573.html Sent from the Camel - Users mailing list archive at Nabble.c

Re: Problems using async threads

2013-07-30 Thread Claus Ibsen
Set a lower queue size as that is default 1000. The pool on grows when the queue size is full. This is how the thread pools in the JDK was designed. On Wed, Jul 31, 2013 at 6:01 AM, nprajeshgowda wrote: > Hi, > > Since it is related to the usage of threads, thought of adding my ask to the > same

Re: Problems using async threads

2013-07-30 Thread nprajeshgowda
Hi, Since it is related to the usage of threads, thought of adding my ask to the same post. I am using *apache-camel-2.10.2* I see that the thread pool is *NOT growing* .

Re: Problems using async threads

2010-09-30 Thread davsclaus
You need to put stuff inside which is what is to be routed using those threads. Hence the error message about no children. http://camel.465427.n5.nabble.com/Problems-using-async-threads-tp3025934p3057555.html Sent from the Camel - Users mailing list archive at Nabble.com.