[ https://issues.apache.org/jira/browse/ARTEMIS-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282780#comment-16282780 ]
ASF GitHub Bot commented on ARTEMIS-1523: ----------------------------------------- Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1690#discussion_r155676825 --- Diff: artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTPublishManager.java --- @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * <p> * http://www.apache.org/licenses/LICENSE-2.0 - * + * <p> --- End diff -- On that note, there doesn't seem to be any material change to this class, except you've used a re-formatter set to your own settings, id suggest simply reverting this file. > 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)