You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ga...@apache.org on 2018/04/17 08:37:48 UTC

[2/2] activemq-artemis git commit: This closes #2023

This closes #2023


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/1118bdb6
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/1118bdb6
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/1118bdb6

Branch: refs/heads/master
Commit: 1118bdb65ec3af051619286bbe75374761046bb7
Parents: 7156b61 af91d3a
Author: Howard Gao <ho...@gmail.com>
Authored: Tue Apr 17 16:36:19 2018 +0800
Committer: Howard Gao <ho...@gmail.com>
Committed: Tue Apr 17 16:36:19 2018 +0800

----------------------------------------------------------------------
 .../api/core/management/QueueControl.java       | 24 ++++++++
 .../core/management/impl/QueueControlImpl.java  | 64 ++++++++++++++++++++
 .../activemq/artemis/core/server/Queue.java     |  8 +++
 .../artemis/core/server/impl/QueueImpl.java     | 20 ++++++
 .../impl/ScheduledDeliveryHandlerTest.java      | 20 ++++++
 .../management/ManagementTestBase.java          |  6 ++
 .../management/QueueControlTest.java            | 42 +++++++++++++
 .../management/QueueControlUsingCoreTest.java   | 32 ++++++++++
 .../unit/core/postoffice/impl/FakeQueue.java    | 21 +++++++
 9 files changed, 237 insertions(+)
----------------------------------------------------------------------