Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.1
-
None
-
Unknown
Description
Currently, there is an operation to remove a sequence over JMX. This operation was intended for removing sequences that have not expired but unused and empty. The operation does not check if there are unacknowledged messages in the sequence.
As a result, these messages will lose the sequence when this operation is used to remove the sequence.
To avoid this problem, the sequence removal operation will check the status of the sequence. In addition, a new operation is added to manually cancel and remove the unacknowledged messages.