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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

MQTT to ActiveMQ

Saranya_S
11-Garnet

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

1 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

Top Tags