You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2016/10/04 17:34:26 UTC

[2/2] activemq git commit: https://issues.apache.org/jira/browse/AMQ-6428

https://issues.apache.org/jira/browse/AMQ-6428

Merge branch 'AMQ-6428'

This closes #198


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

Branch: refs/heads/master
Commit: a27f4f2ea802bb52380f8d2051d98e55f803d32a
Parents: 3239e4f bab4a92
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Tue Oct 4 13:29:17 2016 -0400
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Tue Oct 4 13:29:17 2016 -0400

----------------------------------------------------------------------
 .../junit/AbstractActiveMQClientResource.java   | 250 +++++++++
 .../junit/AbstractActiveMQConsumerResource.java | 118 +++++
 .../junit/AbstractActiveMQProducerResource.java | 132 +++++
 .../ActiveMQDynamicQueueSenderResource.java     | 137 +++++
 .../ActiveMQDynamicTopicPublisherResource.java  | 136 +++++
 .../junit/ActiveMQQueueReceiverResource.java    |  45 ++
 .../junit/ActiveMQQueueSenderResource.java      |  52 ++
 .../ActiveMQTopicDurableSubscriberResource.java |  72 +++
 .../junit/ActiveMQTopicPublisherResource.java   |  64 +++
 .../junit/ActiveMQTopicSubscriberResource.java  |  46 ++
 .../activemq/junit/EmbeddedActiveMQBroker.java  | 514 ++++++++++++++++---
 11 files changed, 1504 insertions(+), 62 deletions(-)
----------------------------------------------------------------------