[rabbitmq-discuss] Why does the queue drop other messages after the first is consumed?

Michael Klishin mklishin at gopivotal.com
Mon Dec 16 17:45:19 GMT 2013


On 16 Dec 2013, at 21:37, Michael Klishin <michael.s.klishin at gmail.com> wrote:

> Local debug statements are of limited use in this case. What you need is to trace what's going
> down the wire.

Here’s how to use Tracer: download the release from [1], unarchive it, cd into rabbitmq-java-client-bin-3.2.2
and run ./runjava.sh com.rabbitmq.tools.Tracer.

Then connect to port 5673 instead of 5672 (given that RabbitMQ is running locally) from your client
and you will see protocol commands being sent both ways in the tracer shell.

1. http://www.rabbitmq.com/download.html

MK

Software Engineer, Pivotal/RabbitMQ




More information about the rabbitmq-discuss mailing list