GitHub user Skiler opened a pull request:
https://github.com/apache/activemq-artemis/pull/1677
Allow mqtt with dynamic cluster
https://issues.apache.org/jira/browse/ARTEMIS-1523
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Skiler/activemq-artemis master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1677.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1677
----
commit f506885272b7d074ba12f14d3831e3c4357aad46
Author: raul.valdoleiros <[email protected]>
Date: 2017-11-24T17:53:14Z
Mqtt cluster
commit c502b2c71d91fb8420f214814d9926c98b203fa3
Author: raul.valdoleiros <[email protected]>
Date: 2017-11-28T15:45:34Z
Merge remote-tracking branch 'upstream/master'
commit ef36451e5da2ad8db5c33ecc1f6ac5b28d249a5f
Author: raul.valdoleiros <[email protected]>
Date: 2017-11-24T17:53:14Z
Mqtt cluster
commit 0f9ae82ab12b751bfe70d34ac5977454943dc200
Author: raul.valdoleiros <[email protected]>
Date: 2017-11-28T15:44:26Z
ARTEMIS-1523 Fixing mqtt dynamic cluster
Now artemis uses the message-load-balacing property of cluster connection
to share the mqtt message between brokers
commit a7d115f30437ea2c2465f1af17768f69c973af48
Author: raul.valdoleiros <[email protected]>
Date: 2017-11-28T15:51:03Z
ARTEMIS-1523 Fix pom
commit f10ce5e91a1094aaaeac2015b77d900cbb3f0b66
Author: raul.valdoleiros <[email protected]>
Date: 2017-11-28T15:52:36Z
ARTEMIS-1523 Fix versions
----
---