Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.15.6
-
None
-
stage
-
Novice
-
Regression
-
Patch
Description
When a DeadLetterChannel is used as context scoped error handling strategy with FailureProcessor set and a route scoped error handling strategy is defined to continue routing in case of certain exception classes, then it is observed that even in case of exceptions which belong to exceptions defined in OnException clause, the dead letter's failure processor is still triggered.
A test case to simulate this behaviour is pasted.
http://pastebin.com/raw/cfQhsJj0 - contains test case.
http://pastebin.com/raw/K6wZc9Yh - test output