Skip to main content
1-Visitor
June 17, 2020
Solved

MQTT to ActiveMQ

  • June 17, 2020
  • 2 replies
  • 2598 views

Hi,

    I would like to achieve the following,

1. To send the remote thing values from ThingWorx to ActiveMQ using MQTT thing.Is it possible ? If its possible means how to publish the values to ActiveMQ.

 

 

 

Regards,

Saranya

Best answer by rjanardan

ActiveMQ supports MQTT and it could be treated like any other MQTT broker. For a basic test you could do this. 

After downloading ActiveMQ binary, start it(navigate to bin folder and run activemq start). MQTT is enabled by default & it will be running on localhost at port 1883(default configuration). You will find the configuration in conf/activemq.xml file. 

 

rjanardan_0-1592832037781.png

 

You could then follow this quick start guide to use MQTT extension to interact with it. In the guide Mosquitto is used as the broker. 

2 replies

rjanardan16-PearlAnswer
16-Pearl
June 22, 2020

ActiveMQ supports MQTT and it could be treated like any other MQTT broker. For a basic test you could do this. 

After downloading ActiveMQ binary, start it(navigate to bin folder and run activemq start). MQTT is enabled by default & it will be running on localhost at port 1883(default configuration). You will find the configuration in conf/activemq.xml file. 

 

rjanardan_0-1592832037781.png

 

You could then follow this quick start guide to use MQTT extension to interact with it. In the guide Mosquitto is used as the broker. 

Community Manager
June 30, 2020

Hi @Saranya_S.

 

If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Thank you for your participation in our community!

 

Regards.

 

--Sharon