You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2017/12/12 15:35:09 UTC

[3/3] activemq-artemis git commit: This closes #1690

This closes #1690


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

Branch: refs/heads/master
Commit: 3efcca4b55a49318d7cebd274248e853ee78ed9f
Parents: c8b7dce 0810645
Author: Justin Bertram <jb...@apache.org>
Authored: Tue Dec 12 09:33:25 2017 -0600
Committer: Justin Bertram <jb...@apache.org>
Committed: Tue Dec 12 09:33:25 2017 -0600

----------------------------------------------------------------------
 .../artemis/utils/ThreadLeakCheckRule.java      |   2 +-
 .../artemis/core/postoffice/Bindings.java       |   2 +
 .../core/postoffice/impl/BindingsImpl.java      |   5 +
 .../postoffice/impl/WildcardAddressManager.java |  11 +-
 .../protocols/mqtt/clustered-queue-mqtt/pom.xml | 161 +++++++++++++++++++
 .../mqtt/clustered-queue-mqtt/readme.html       |  55 +++++++
 .../jms/example/ClusteredQueueMQTTExample.java  |  82 ++++++++++
 .../main/resources/activemq/server0/broker.xml  |  98 +++++++++++
 .../main/resources/activemq/server1/broker.xml  |  98 +++++++++++
 examples/protocols/mqtt/pom.xml                 |   2 +
 .../mqtt/imported/MqttClusterWildcardTest.java  | 122 ++++++++++++++
 .../impl/WildcardAddressManagerUnitTest.java    |   5 +
 12 files changed, 637 insertions(+), 6 deletions(-)
----------------------------------------------------------------------