This closes #853
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0f9efa92 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0f9efa92 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0f9efa92 Branch: refs/heads/master Commit: 0f9efa9223b4237853c89718549a9bffb3a822fb Parents: e44c99d 9c16ba2 Author: Clebert Suconic <[email protected]> Authored: Fri Oct 21 09:33:52 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Fri Oct 21 09:33:52 2016 -0400 ---------------------------------------------------------------------- .../impl/ActiveMQServerControlImpl.java | 5 +- .../paging/cursor/PageSubscriptionCounter.java | 3 + .../impl/PageSubscriptionCounterImpl.java | 14 +- .../core/paging/impl/PagingStoreImpl.java | 1 - .../core/server/ActiveMQMessageBundle.java | 4 +- .../core/server/ActiveMQServerLogger.java | 5 + .../artemis/core/server/impl/QueueImpl.java | 15 +- .../ClusteredMessageCounterTest.java | 318 +++++++++++++++++++ .../management/ActiveMQServerControlTest.java | 9 +- 9 files changed, 359 insertions(+), 15 deletions(-) ----------------------------------------------------------------------
