GitHub user JSchoreels opened a pull request: https://github.com/apache/camel/pull/1771
Adds note to asyncDelayedRedelivery about the Async Components Tiny javadoc note about the hypothesis about asyncDelayedRedelivery in redelivery policies. Nothing really ground breaking but a small hint that would have helped me to understand what my route expected. The current doc/code could let imagine that the onException/errorHandler automatically becomes async even if he's in a direct route. You can merge this pull request into a Git repository by running: $ git pull https://github.com/JSchoreels/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1771.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1771 ---- commit b55563fb6eeb284730a2d8ea6f6fc080913cade0 Author: Jonathan Schoreels <jonathan.schore...@gmail.com> Date: 2017-06-16T12:42:27Z Adds note to asyncDelayedRedelivery and the hypothesis on the consumer component used ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---