Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.6.3
-
None
-
Patch Available
Description
When a route contains an exception handler clause, a stream based message being redelivered asynchronously after an error is not readable. The cached streams must be reset before redelivery so that they can be read again by the target endpoint. See CAMEL-1834 for a similar problem.