Koprowski, Mariusz
2017-04-12 21:40:18 UTC
Hi All
Quick question... I'm also looking on building custom distribution of SXM... one of the features that I need to add is MQTT transport support for ActiveMQ. Doing this manually is rather simple. You just need to add to activmq.xml
<transportConnector name="mqtt" uri="mqtt://localhost:1883"/>
And it works... but how to do it
Quick question... I'm also looking on building custom distribution of SXM... one of the features that I need to add is MQTT transport support for ActiveMQ. Doing this manually is rather simple. You just need to add to activmq.xml
<transportConnector name="mqtt" uri="mqtt://localhost:1883"/>
And it works... but how to do it