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

Apache Camel Question

2018-11-21 Thread Piotr Niewinski
Hello Apache Camel Team, We are currently working on a project and we have been using Apache Camel for one year now. Great product. Recently we wanted to use it for monitoring file changes when user creates/modifes/removes files. First two options work perfectly fine, but detecting manually remov