proposed patch for camel-atom to allow disabling throttling in splitEntries mode --------------------------------------------------------------------------------
Key: CAMEL-3072 URL: https://issues.apache.org/activemq/browse/CAMEL-3072 Project: Apache Camel Issue Type: New Feature Components: camel-atom Reporter: Lorrin Nelson Priority: Minor I would like to enable splitEntries in camel-atom so that each feed item is processed as a distinct message. However, I'd like to process each message as soon as it is available rather than spacing each entry out by consumer-delay. This patch creates a new flag, throttleEntries. Yields existing behavior when enabled (default). When disabled, all entries found on the Atom feed are processed with no delay. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.