[ https://issues.apache.org/jira/browse/ARTEMIS-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269031#comment-16269031 ]
ASF GitHub Bot commented on ARTEMIS-1523: ----------------------------------------- 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 > Cannot create a MQTT cluster > ---------------------------- > > Key: ARTEMIS-1523 > URL: https://issues.apache.org/jira/browse/ARTEMIS-1523 > Project: ActiveMQ Artemis > Issue Type: Bug > Affects Versions: 2.4.0 > Reporter: Raul Valdoleiros > Priority: Blocker > > I created a cluster with two nodes of artemis brokers, configured with mqtt > protocol. > The goal is to send a message, through mqtt, to broker 1 and receive it in > the subscriber of broker 2. > I've wrote a test for that: > https://github.com/Skiler/activemq-artemis/tree/master/examples/features/clustered/clustered-queue-mqtt > Can anyone help me understand what is wrong? > Thanks in advance, > Raul -- This message was sent by Atlassian JIRA (v6.4.14#64029)