Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.3 M1
-
Fix Version/s: 3.3 M2
-
Component/s: Transport: File, Transport: FTP / SFTP, Transport: JMS
-
Labels:None
-
User impact:High
-
Similar Issues:None
Description
When an exception is thrown, and exception strategy has commit configuration, then messages should be consumed. Currently messages are being rollback.
Configuration like:
or
<flow> <inbound> ... <catch-exception-strategy/> </flow>Will consume inbound message
<flow> <inbound> ... <catch-exception-strategy/> </flow>