Cron expressions as option in 'from' URIs.
------------------------------------------
Key: CAMEL-2823
URL: https://issues.apache.org/activemq/browse/CAMEL-2823
Project: Apache Camel
Issue Type: Improvement
Reporter: Andreas Asmuss
Fix For: 2.4.0
Many endpoints have a "delay" option. There should also be the option to use a
cron-expression directly in the URI.
This would mean that batch-endpoints like file/ftp could fetch a batch of files
per "cron-trigger" instead of enriching a single quartz message with a the
payload of a single file.
This would also mean that one wouldn't have to do workarounds trying to handle
route lifecycles manually like here:
http://camel.465427.n5.nabble.com/Route-does-not-shut-down-if-there-is-no-message-on-poll-td476108.html#a476108
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.