Hi

No the file component in camel does not trigger when files are deleted.

On Wed, Dec 3, 2014 at 4:28 PM, salemi <sal...@avaya.com> wrote:
> Hi Claus,
>
> I am using the following to read  the files in that are added
>
> <route id="configLoader" autoStartup="true">
>      <from
> uri="file://{{config.dir}}?idempotent=true&amp;delay=5000&amp;noop=true"/>
>      <log  loggingLevel="INFO" message="DSI Service Header is ${headers} \n
> The body is: ${body} "/>
>      <process ref="configProcessor"/>
> </route>
>
> if I delete the a file from a directory I don't get an exchange. I was
> wondering if there is a way to do that otherwise I can use a watcher for
> deletes.
>
> Thanks,
> Ali
>
>
>
>
>
> -----
> Alireza Salemi
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-file2-get-notified-when-the-file-is-deleted-from-a-directory-in-the-idempontent-mode-tp5760003p5760072.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to