Search code examples
modulewildflymqttactivemq-artemis

Add mqtt protocol to artemis Wildfly


I want to use mqtt with Artemis activemq. I tried adding a module for mqtt exactely like in this post here. My problem is the same, I can't see the Adding protocol support for: MQTT.

Could someone help me with this ?


Solution

  • I recommend you try using ActiveMQ Artemis standalone rather than embedded in Wildfly. The version in Wildfly is based on 1.5.x which has some bugs (specifically in relation to MQTT). Standalone Artemis should be more stable and easier to configure (since it supports MQTT out-of-the-box).