GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/1846
[CAMEL-11592] Exchange#addOnCompletion should route even if original ⦠â¦exchange has route stop / exception handled https://issues.apache.org/jira/browse/CAMEL-11592 It might be better instead to add some java doc warning the user that he has to implement some of the logic found in [OnCompleteProcessor.java](https://github.com/apache/camel/blob/c710a2b43b7732d589bb2f0c12a03c7e8c513d93/camel-core/src/main/java/org/apache/camel/processor/OnCompletionProcessor.java#L138-L173). Thanks! You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnpoth/camel CAMEL-11592 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1846.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 #1846 ---- commit 5469a927f8f77f9a7147e6c5ff53e26dcc089e4e Author: jpoth <poth.j...@gmail.com> Date: 2017-07-25T12:21:45Z [CAMEL-11592] Exchange#addOnCompletion should route even if original exchange has route stop / exception handled ---- --- 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. ---