Hi, 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