Hi Are you using the CXF-RS producer from Camel, eg you do
from file to cxfrs The cxfrs currently doesn't support the async routing engine by nature http://camel.apache.org/asynchronous-routing-engine.html And therefore it blocks while waiting for the reply message. Frankly it ought to be possible, but I think we need to improve the camel-cxfrs code to support that. If it did, then no threads is blocking, and the file consumer thread would be able to pickup the next file while the previous CXFRS is in progress. As mention you can use the threads EIP in Camel to force async behavior as well. On Wed, May 9, 2012 at 6:05 AM, Deepthi <deepthi...@gmail.com> wrote: > Hi Yogesh, > > Thanks for ur response. > Yes, I am looking for a thread pool for from point as well. Appreciate your > help > > Thanks > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CXF-webservice-asyn-tp5695918p5696434.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/