You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by um...@comcast.net on 2008/04/13 02:43:42 UTC

AMQ4.1.1: Tracing messages on the transport connector

I am trying to trace the messages from the transport connector (client to broker),
over the nework layer (broker to broker) and finally broker to client
(far end transport connector).

I create the connection factory with trace=true for each client. This yields
no traces. Where should I expect to see the message traces?

Javadoc is not very clear on the usage of this flag:

"
trace=true -> the Transport stack where this TcpTransport object will be, will have a TransportLogger layer trace=false -> the Transport stack where this TcpTransport object will be, will NOT have a TransportLogger layer, and therefore will never be able to print logging messages. This parameter is most probably set in Connection or TransportConnector URIs."



Regards

/Ur