You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by rischfre <ri...@yahoo.fr> on 2012/12/07 19:24:19 UTC

Stomp & ActiveMQ

Hi,

i m a bit surprise by the lack of documentation about Stomp instalation. In
my case it would be interresant as after installing ActiveMQ 5.7.0 on a
ubuntu server i don t manage to install (or switch on) the Stomp part.
even writting <connector>  <serverTransport
uri="stomp://localhost:61613"/></connector> in the /activemq.xml, nothing is
listening on 61613
Did i miss something?

Thanks
best Regards
F.



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

Re: Stomp & ActiveMQ

Posted by Christian Posta <ch...@gmail.com>.
<transportConnectors>
            <transportConnector name="stomp" uri="stomp://localhost:61613"/>
</transportConnectors>


On Fri, Dec 7, 2012 at 11:24 AM, rischfre <ri...@yahoo.fr> wrote:

> Hi,
>
> i m a bit surprise by the lack of documentation about Stomp instalation. In
> my case it would be interresant as after installing ActiveMQ 5.7.0 on a
> ubuntu server i don t manage to install (or switch on) the Stomp part.
> even writting <connector>  <serverTransport
> uri="stomp://localhost:61613"/></connector> in the /activemq.xml, nothing
> is
> listening on 61613
> Did i miss something?
>
> Thanks
> best Regards
> F.
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Stomp-ActiveMQ-tp4660366.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>



-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta

Re: Stomp & ActiveMQ

Posted by rischfre <ri...@yahoo.fr>.
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.

Re: Stomp & ActiveMQ

Posted by James Green <ja...@gmail.com>.
You missed the conf/activemq-stomp.xml example.

Christian's kindly copied the entry it seems :)



On 7 December 2012 18:24, rischfre <ri...@yahoo.fr> wrote:

> Hi,
>
> i m a bit surprise by the lack of documentation about Stomp instalation. In
> my case it would be interresant as after installing ActiveMQ 5.7.0 on a
> ubuntu server i don t manage to install (or switch on) the Stomp part.
> even writting <connector>  <serverTransport
> uri="stomp://localhost:61613"/></connector> in the /activemq.xml, nothing
> is
> listening on 61613
> Did i miss something?
>
> Thanks
> best Regards
> F.
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Stomp-ActiveMQ-tp4660366.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>