Apache Camel 不监视文件更改

Apache Camel not monitoring file changes

继续线程“How can Apache Camel be used to monitor file changes?

我正在使用 camel 版本 2.23.0,URL 看起来像

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

但是更新后的文件还是没有被camel消耗掉

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