-
Story
-
Resolution: Done
-
Major
-
None
-
None
When messages sent within a transaction, the messages are sent async. The exception is reported to the client but as the message was sent async the client may or may not print it. The exception mark the transaction for rollback but the original exception is not reported in the rollback exception
Track the original exception which caused the transaction to be rollbacked.
- is related to
-
ENTMQ-1697 Implement improved transaction handling from AMQ-3166: client calls to createProducer() and send() successful even though BrokerFilter methods throw exceptions
- Closed