Hi

Ah yeah you should maybe set eagerMaxMessagesPerPoll=false as well.

On Wed, Sep 30, 2015 at 4:55 AM, hayden74 <hdr...@gmail.com> wrote:
> Thanks Claus. This worked, but not with expression language. My route looks
> like below:
>
> from("{{data.inbox.componentType}}://{{data.inbox.dataDirPath}}?fileName={{file.ownerStatusDataFile}}&idempotentKey=${file:name}-${file:modified}&noop=true")
>                 .log("Copying ownerStatusDataFile")
>
> .to("{{data.outbox.componentType}}://{{data.outbox.membership.dataDirPath}}");
>
> Is there anything I can do to make it working with expression language?
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/File-component-to-only-process-files-if-modified-with-noop-true-tp5772074p5772120.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2nd edition:
https://www.manning.com/books/camel-in-action-second-edition

Reply via email to