Github user Skiler commented on the issue:
https://github.com/apache/activemq-artemis/pull/1677
Hi @jbertram,
Can you help me understand how the commits should be organized?
The commit "Mqtt cluster" has the scenario I want to test.
The commit "ARTEMIS-1523 Fixing mqtt dynamic cluster" is the fix for that
scenario.
The other commits are just pom stuff.
In the scenario you have:
- two brokers using dynamic cluster (I think is the right term) and
receiving mqtt messages
- the brokers have a queue configured with anycast
- two consumers, each one subscribing the broker 1 and the other
subscribing the broker 2
- one producer sending 3 messages to broker 1
The goal is to receive the the first and third message in the consumer 1
and the second message in the broker 2.
Thanks
---