You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/07/26 22:22:56 UTC

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

This closes #671


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

Branch: refs/heads/master
Commit: a242f2761b6e199fd5fbb0b4a4290e882ebc81b7
Parents: ec605e6 32abe61
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Jul 26 18:20:31 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jul 26 18:20:31 2016 -0400

----------------------------------------------------------------------
 .../api/core/management/QueueControl.java       | 12 +++++
 .../api/jms/management/JMSQueueControl.java     |  6 +++
 .../management/impl/JMSQueueControlImpl.java    |  5 ++
 .../core/management/impl/QueueControlImpl.java  | 27 +++++++++++
 .../activemq/artemis/core/server/Queue.java     |  4 ++
 .../artemis/core/server/impl/QueueImpl.java     | 51 +++++++++++++++++---
 .../impl/ScheduledDeliveryHandlerTest.java      | 10 ++++
 .../management/JMSQueueControlUsingJMSTest.java |  5 ++
 .../management/QueueControlTest.java            | 40 +++++++++++++++
 .../management/QueueControlUsingCoreTest.java   | 10 ++++
 .../unit/core/postoffice/impl/FakeQueue.java    | 12 +++++
 11 files changed, 174 insertions(+), 8 deletions(-)
----------------------------------------------------------------------