You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Raul Valdoleiros <ra...@gmail.com> on 2017/11/24 18:08:00 UTC

Artemis MQTT Cluster

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