You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by François Thillen <e1...@student.tuwien.ac.at> on 2012/07/13 10:02:43 UTC

ActiveMQ connection protocol

Dear ActiveMq team.

 

I am writing my master thesis in Software testing. The project on which I
want test with my idea uses activeMQ and I want to ask you if you could tell
me, which commands are sent between the ActiveMQs to open a connection and a
session?

 

Thank you very much

 

Best regards
François


AW: ActiveMQ connection protocol

Posted by François Thillen <e1...@student.tuwien.ac.at>.
Thank you.

Best regards
François Thillen

-----Ursprüngliche Nachricht-----
Von: Gary Tully [mailto:gary.tully@gmail.com] 
Gesendet: Freideg 13 Juli 2012 13:03
An: dev@activemq.apache.org
Betreff: Re: ActiveMQ connection protocol

have a peek at some of the tests that send commands directly without using
the jms api

eg: org.apache.activemq.broker.BrokerTest

Also, with any client using jms, use ?trace=true on the tcp broker url and
enable DEBUG level logging for org.apache.activemq.transport.TransportLogger
Then all of the underlying openwire commands will be logged on the client.

You can also enable trace=true on the broker transportConnector to have the
same effect on that end.

On 13 July 2012 09:02, François Thillen <e1...@student.tuwien.ac.at>
wrote:
> Dear ActiveMq team.
>
>
>
> I am writing my master thesis in Software testing. The project on 
> which I want test with my idea uses activeMQ and I want to ask you if 
> you could tell me, which commands are sent between the ActiveMQs to 
> open a connection and a session?
>
>
>
> Thank you very much
>
>
>
> Best regards
> François
>



--
http://fusesource.com
http://blog.garytully.com



Re: ActiveMQ connection protocol

Posted by Gary Tully <ga...@gmail.com>.
have a peek at some of the tests that send commands directly without
using the jms api

eg: org.apache.activemq.broker.BrokerTest

Also, with any client using jms, use ?trace=true on the tcp broker url
and enable DEBUG level logging for
org.apache.activemq.transport.TransportLogger
Then all of the underlying openwire commands will be logged on the client.

You can also enable trace=true on the broker transportConnector to
have the same effect on that end.

On 13 July 2012 09:02, François Thillen <e1...@student.tuwien.ac.at> wrote:
> Dear ActiveMq team.
>
>
>
> I am writing my master thesis in Software testing. The project on which I
> want test with my idea uses activeMQ and I want to ask you if you could tell
> me, which commands are sent between the ActiveMQs to open a connection and a
> session?
>
>
>
> Thank you very much
>
>
>
> Best regards
> François
>



-- 
http://fusesource.com
http://blog.garytully.com