Thank you both for your help, however i don t get it...

I tried 3 things (restarting the activemq process each time):
  - add the <transportConnectors> 
            <transportConnector name="stomp" uri="stomp://localhost:61613"/> 
</transportConnectors>  in the /opt/activemq/conf/activemq.xml
  - add to the /opt/activemq/conf/activemq.xml (at the bottom) :     <import
resource="activemq-stomp.xml"/> and left the activemq-stomp.xml as it was:
        <transportConnectors>

            <transportConnector name="stomp"
uri="stomp://127.0.0.1:61612?transport.closeAsync=false"/>

            <transportConnector name="stomp+nio"
uri="stomp+nio://127.0.0.1:61613?transport.closeAsync=false"/>
        </transportConnectors>

 - modified the activemq-stomp.xml leaving the transportConnectors like that
:
        <transportConnectors>
            <transportConnector name="stomp" uri="stomp://127.0.0.1:61613">
        </transportConnectors>

--> Same results: nothing listening at port 61613

i lost !!!

Best regards
F.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Stomp-ActiveMQ-tp4660366p4660429.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to