Repository: activemq-artemis
Updated Branches:
refs/heads/master 8dfa34556 -> 26c284bf5
This closes #1869
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/26c284bf
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/26c284bf
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/26c284bf
Branch: refs/heads/master
Commit: 26c284bf58946649d321c7ec1e01c4f753286d79
Parents: 8dfa345 13e0711
Author: Clebert Suconic <clebertsuconic@apache.org>
Authored: Mon Feb 19 11:33:09 2018 -0500
Committer: Clebert Suconic <clebertsuconic@apache.org>
Committed: Mon Feb 19 11:33:09 2018 -0500
----------------------------------------------------------------------
.../artemis/core/postoffice/AddressManager.java | 3 +
.../artemis/core/postoffice/PostOffice.java | 3 +
.../core/postoffice/impl/PostOfficeImpl.java | 6 ++
.../postoffice/impl/SimpleAddressManager.java | 6 ++
.../postoffice/impl/WildcardAddressManager.java | 19 ++++
.../cluster/impl/ClusterConnectionImpl.java | 14 +--
.../mqtt/imported/MqttClusterWildcardTest.java | 93 ++++++++++++++++++++
.../core/server/impl/fakes/FakePostOffice.java | 6 ++
8 files changed, 145 insertions(+), 5 deletions(-)
----------------------------------------------------------------------
|