Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.33.0
-
None
Description
After a failover occurs while an active TX is in play the TX will be placed in an in-doubt state and all sends that are made prior to a commit or rollback will be effectively turned into a no-op. If however an async completion send is done the code does not signal the onCompletion event of the given CompletionListener.