cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

MQTT to ActiveMQ

Saranya_S
12-Amethyst

MQTT to ActiveMQ

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

ACCEPTED SOLUTION

Accepted Solutions

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. 

View solution in original post

2 REPLIES 2

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. 

slangley
23-Emerald II
(To:Saranya_S)

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

Announcements


Top Tags