Re: Apache Camel Question

2018-12-05 Thread Claus Ibsen
Hi No removal is not supported. The file component is primary designed for exchange data via files. Not really for monitoring directory folders. Also the original Java File API didnt support this either. You can use the newer Java File API for this. And its not on the roadmap to add this feature

Re: Apache Camel Question

2018-11-21 Thread FabryProg
Hello guys You can use file2 component to scan directory recursively, the output can be write into a file/db. You can use a custom query every loop time to changes detection. Il giorno Mer 21 Nov 2018, 14:39 Piotr Niewinski < niewinskipiotr1...@gmail.com> ha scritto: > Hello Apache Camel Team