You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Darrell Budic <da...@zenfire.com> on 2013/12/12 20:48:52 UTC

any way to log every message through a broker?

My programmers are requesting the ability to examine the message flow through a broker, and so I'm wondering if there's a way to log every message received by a broker? Methods that do not involve running a packet capture on the ethernet interface, hopefully...

I'm using the 0.20 c broker atm.

  -Darrell




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


Re: any way to log every message through a broker?

Posted by Chuck Rolke <cr...@redhat.com>.
Start the broker with

--log-enable trace+:Protocol --log-enable info+

to see every protocol element exchanged. This is a bit like drinking from a fire hose but it will get you started.


----- Original Message -----
> From: "Darrell Budic" <da...@zenfire.com>
> To: users@qpid.apache.org
> Sent: Thursday, December 12, 2013 2:48:52 PM
> Subject: any way to log every message through a broker?
> 
> My programmers are requesting the ability to examine the message flow through
> a broker, and so I'm wondering if there's a way to log every message
> received by a broker? Methods that do not involve running a packet capture
> on the ethernet interface, hopefully...
> 
> I'm using the 0.20 c broker atm.
> 
>   -Darrell
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
> 
> 

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