Search code examples
fileapache-camelidempotent

Apache Camel not monitoring file changes


In continuation to the thread "How can Apache Camel be used to monitor file changes?"

I am using camel version 2.23.0, URL looks like

?noop=true&idempotentKey=${file:name}-${file:modified}

But the updated file is still not consumed by camel.


Solution

  • ?noop=true&idempotentKey=$simple{file:name}-$simple{file:modified}