ok Thanks a lot for this advise.
i will try the camel route
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
Artemis itself can not send messages via MQTT to another broker. It has a
"core" bridge which can forward messages to other Artemis instances via the
"core" protocol. There is also a JMS bridge that can use arbitrary JMS
implementations to consume and send messages between JMS providers.
However, t
Hi,
is it possible to Artemis to act as a consumer and forward the message to
another broker.
for example :
Step 1 : client1 publish a mqtt message to artemis
step 2: Artemis consume the message
Step 3: Atemis send the message to another broker via mqtt.
Client1(step1)>Broker Artemis(step 2)