file component - timestamp option to enable/disable the last poll timestamp
---------------------------------------------------------------------------
Key: CAMEL-909
URL: https://issues.apache.org/activemq/browse/CAMEL-909
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Affects Versions: 1.4.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 1.5.0
camel-ftp now has the option consumer.timestamp to disable/enable using
timestamp check for new files.
The regular file component should also has this option. Then there is no
surprises for end-users. This will allow then to copy files into the folder
preserving original timestamp etc.
We should consider disabling this by default as its better to use another
strategy for detecting new files, such as
- deleting consumed files
- moving consumed files (does this by default)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.