Hi,

I am exposing a Restful webservice and in the same camel context file I am
consuming it.
In my route, I am reading files from my local folder (data in the file is
the request for webservice) and the destination is webservice. After I read
a file from source and invoke the webservice, I want a seperate thread to be
generated for that request to be processed. The original thread should go
back and read the next file from source and again hand it over to webservice
which will generate another thread and so on and so forth.

How can i achieve this? 

Thanks

--
View this message in context: 
http://camel.465427.n5.nabble.com/CXF-webservice-asyn-tp5695918.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to