3 Replies Latest reply on Sep 23, 2014 7:33 AM by gaohoward

    STOMP Support

    yairogen

      I need to create a .NET client that will read messages sent by a Java client using the CORE API.

       

      Following documentation: Chapter 47. Interoperability

       

      I added:

       

      <acceptor name="stomp-acceptor">

         <factory-class>org.hornetq.core.remoting.impl.netty.NettyAcceptorFactory</factory-class>

         <param key="protocol"  value="stomp"/>

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

      </acceptor>

       

      but I don't see the server is listening on the stomp port.

       

      What am I missing?