You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Paolo Patierno <pp...@live.com> on 2015/08/26 14:57:24 UTC

Qpid Proton C : enable transport level tracing

Hi all,until today I used Qpid Proton without tracing but now I need it at transport protocol.I want to see the AMQP messages exchanged with the broker.In the transport.c, I see that there are 4 trace levels (PN_TRACE_OFF, PN_TRACE_DRV, PN_TRACE_RAW, PN_TRACE_FRM) but I can't find a way to enable them from a messenger.What's the way to have AMQP tracing ?
Thanks,Paolo.

Paolo PatiernoSenior Software Engineer
 

Windows Embedded & IoTMicrosoft Azure Insider 
Twitter : @ppatierno
Linkedin : paolopatierno
Blog : DevExperienceBlog : Embedded101
 		 	   		  

Re: Qpid Proton C : enable transport level tracing

Posted by Chuck Rolke <cr...@redhat.com>.
Linux:

PN_TRACE_FRM=1 ./<program-to-run>

Windows:

> SET PN_TRACE_FRM=1
> <program-to-run>


----- Original Message -----
> From: "Paolo Patierno" <pp...@live.com>
> To: users@qpid.apache.org
> Sent: Wednesday, August 26, 2015 8:57:24 AM
> Subject: Qpid Proton C : enable transport level tracing
> 
> Hi all,until today I used Qpid Proton without tracing but now I need it at
> transport protocol.I want to see the AMQP messages exchanged with the
> broker.In the transport.c, I see that there are 4 trace levels
> (PN_TRACE_OFF, PN_TRACE_DRV, PN_TRACE_RAW, PN_TRACE_FRM) but I can't find a
> way to enable them from a messenger.What's the way to have AMQP tracing ?
> Thanks,Paolo.
> 
> Paolo PatiernoSenior Software Engineer
>  
> 
> Windows Embedded & IoTMicrosoft Azure Insider
> Twitter : @ppatierno
> Linkedin : paolopatierno
> Blog : DevExperienceBlog : Embedded101
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org