[rabbitmq-discuss] How to Use the Java AMQP Protocol Capture/Analysis Tool

Tony Garnock-Jones tonyg at lshift.net
Sun Mar 30 18:44:48 BST 2008


Hi Bill,

BillC wrote:
> Now, I don't have the source code to the Tracer so I don't know what
> its suppose to do.  Does it log messages to log file when I run my
> application or should it show the log on the screen.  I have run it
> and it doesn't seem to be logging any interactions when I run my .net
> program.

It should print out all activity in both directions when an AMQP client 
connects to it.

You should set things up like this:

   your program -------------> ]- 5673 Tracer -------> ]- 5672 RabbitMQ

so you connect to port 5673, the Tracer does its thing, and opens an 
outbound connection to port 5672. It will then relay all frames sent and 
received, printing them to stdout as it goes.

Regards,
   Tony





More information about the rabbitmq-discuss mailing list