Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.6.0, 2.7.0, 2.8.0, 2.9.0
-
None
-
Unknown
Description
When the Splitter working in Streaming model, the error handle does work if the exception is throw from body iterator.
errorHandler(deadLetterChannel("mock:error")); from("direct:start"). split(body()). streaming(). to("mock:end"). end();
Here is the mail thread[1] which discusses about it.
[1]http://camel.465427.n5.nabble.com/Streaming-splitter-ignores-exception-handling-tt5501036.html#a5501601
Attachments
Issue Links
- duplicates
-
CAMEL-5024 Streaming splitter ignores exception handling
- Resolved