0 Replies Latest reply on Feb 5, 2016 1:02 PM by jochenriekhof

    wildfly-10 stomp with -b 0.0.0.0

    jochenriekhof

      Hi...

       

      we ran into a strange issue today when using stomp in wildfly-10 not via localhost. We generally use the -b 0.0.0.0 command line arg to run wildly on all ports for a long time (since 8.1.0) and it always worked fine.

       

      Now, with wildly-10, while the web is available from other computers, the STOMP 61613 port is not. It does however work fine from localhost.

       

      I use the config posted somewhere here a while ago:

      <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>

       

      Is there any other config necessary for stomp on wildly-10?

       

      Ciao

       

      …Jochen