Hi,

I am trying to execute the below code in camel 2.8.0

<camel:threadPool id="myThread" poolSize="20"
threadName="thread1"></camel:threadPool>
 
<camel:from uri="file://C:/Projects/GLS/outboundasn"/>
<camel:threads executorServiceRef="myThread">
     <camel:to
uri="http://localhost:9002/REST-Webservice/rest/AsnProcessorRestService"/>
</camel:threads>

The files are not getting deleted from source folder and it is processing
the same file again and again.
How can i avoid it?


--
View this message in context: 
http://camel.465427.n5.nabble.com/Unable-to-delete-file-when-invoking-cxf-rs-as-end-point-tp5698885.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to