Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.3
-
None
-
Unknown
Description
Currently, the Ack message may be sent out before its sequence's Ack-ranges are updated in the RMStore by RMDestination.
This may lead to a situation where a message is acknowledged to RMSource (therefore no resent is triggered from RMSource) but it is not marked as acknowledged at RMDestination.
The Ack-ranges should be updated in the RMStore (if RMStore is enabled) before the ack message is sent out.