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
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
Solved! Go to Solution.
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.
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.
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.
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.
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