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
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
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.