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

Re: Problems using async threads

2013-07-30 Thread Claus Ibsen
Is my configuration correct ? am i missing anything ? > > Br, > Rajesh > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Problems-using-async-threads-tp3025934p5736534.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problems using async threads

2013-07-30 Thread nprajeshgowda
as poolSize ( in our case 2 ). Even thought the maxPoolSize is given as 20, the number of threads remain at 2 .. Debugged using JConsole and observed the behavior. Is my configuration correct ? am i missing anything ? Br, Rajesh -- View this message in context: http://camel.465427.n5.nabbl

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.