0 Replies Latest reply on Jun 4, 2014 2:00 PM by vincent.crepin

    MQ Gateway

    vincent.crepin

      I'm trying to use the MQ Gateway for external clients to be able to access a broker defined in the fabric.

       

      I created a container and associated the gateway-mq profile to it. I also added the STOMP transport in activemq.xml:

       

      <transportConnector name="stomp" uri="stomp://0.0.0.0:61613"/>

       

      When the client tries to connect, I get the following error in the Gateway console:

       

      No service available for protocol stomp for paths [/default/00000000008, /default/00000000009]

       

      I restarted the gateway container and the broker container and I got the message:

       

      Connecting <IP_OF_CLIENT> to <IP_OF BROKER> with protocol tcp

       

      But the client receives an error anyway.

       

      Is there something special to do to make it work ?