1 Reply Latest reply on Sep 24, 2015 8:44 AM by polyzois

    Using STOMP in WildFly (10.0-CR1)?

    polyzois

      Hi! When starting my WildFly instance I can see that STOMP seems to be available

       

      [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 70) AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP

       

      Does this mean that STOMP is ready to use? Or do I need to configure something additionally? I am guessing STOMP will be accessed through undertow? Is there some secret sauce to make it work?

      STOMP over web-sockets is that also available or would that need some additional module/configuration?

       

      Konstantin

        • 1. Re: Using STOMP in WildFly (10.0-CR1)?
          polyzois

          I ended up adding an additional acceptor for STOMP support

           

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

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

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

          </acceptor>