2 Replies Latest reply on Jan 4, 2016 12:57 PM by jochenriekhof

    MQTT with wildfly-10-CR5

    jochenriekhof

      Hi...

       

      I tried to use MQTT with new wildfly-10-CR5 but the protocol seems to be missing from modules. I added (analog to stomp) following config:

                    

      <acceptor name="mqtt-acceptor" factory-class="org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory">

          <param name="protocols" value="MQTT"/>

          <param name="port" value="1883"/>

      </acceptor>

       

      Is this correct. The server starts with it but complaints AMQ222203: Classpath lacks a protocol-manager for protocol MQTT.

       

      Now, I found artemis-mqtt-protocol-1.1.0.jar on maven repo, but how can I add it to wildfly in the proper way?

       

      Ciao

       

      …Jochen