Hello,

I have following camel route that picks up file from a directory and process
it. The route looks like as follows.

from("direct:file://c:///localdir///poller&move=//c:///localdir///archive///${file:name.ext}-${date:now:yyyyMhMdd}"
 


But I want to check for any lock files and delete them in the
localdir/poller location before route starts. 


The route is configured in the configure method. I am wondering how do I
handle the scenario. Please advise.

I appreciate your help.

Thank you,
Balaji

--
View this message in context: 
http://camel.465427.n5.nabble.com/pre-processing-before-camel-route-starts-tp4535133p4535133.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to