Re: Delete a file from route XML

2015-12-05 Thread Claus Ibsen
That is not really the point with the camel file components. That you use it to delete arbitrary files. It was for consuming, processing the files, and then afterwards decide what to do with that original file, such as delete / move etc. If you want to delete some file, there is plenty of java co

Re: Delete a file from route XML

2015-12-03 Thread yogu13
if the file is the source of input for your route then you could use the delete option of File to get it done. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Delete-a-file-from-route-XML-tp5774626p5774649.html Sent fr

Re: Delete a file from route XML

2015-12-03 Thread anish.somadevan
Thanks for your reply Yogesh. I would be creating a file in one of my route, and then want to delete it in an another route. Would that be possible using the File component delete=true? Thanks, Anish -- View this message in context: http://camel.465427.n5.nabble.com/Delete-a-file-from-route-X