This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 187ae9daec ARTEMIS-4363: Update to Qpid JMS 1.10.0
new b4230c62bf ARTEMIS-4332 Add store operation trackers
new 451d03fd75 ARTEMIS-4332 Add management method to close stuck server
sessions
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../api/core/management/ActiveMQServerControl.java | 8 +++
.../management/impl/ActiveMQServerControlImpl.java | 7 ++-
.../artemis/core/persistence/OperationContext.java | 4 ++
.../impl/journal/OperationContextImpl.java | 59 +++++++++++++++++++++-
.../artemis/core/server/ServerSession.java | 2 +
.../core/server/impl/ServerSessionImpl.java | 9 ++++
.../impl/journal/OperationContextUnitTest.java | 41 +++++++++++++++
.../management/ActiveMQServerControlTest.java | 54 ++++++++++++++++++++
.../ActiveMQServerControlUsingCoreTest.java | 5 ++
9 files changed, 186 insertions(+), 3 deletions(-)