[rabbitmq-discuss] Fwd: Debugging of Connection.class

Ben Hood 0x6e6562 at gmail.com
Tue Sep 2 19:18:00 BST 2008


---------- Forwarded message ----------
From: Ben Hood <0x6e6562 at gmail.com>
Date: Tue, Sep 2, 2008 at 2:42 PM
Subject: Re: [rabbitmq-discuss] Debugging of Connection.class
To: Pete Kay <petedao at gmail.com>
Cc: rabbitmq <rabbitmq-discuss at lists.rabbitmq.com>


Anne,

On Tue, Sep 2, 2008 at 2:33 PM, Pete Kay <petedao at gmail.com> wrote:
> Hi Ben,
>
> I debugged into the ConnectionStateHandler and found that only the Start is
> executed:
> 1. Receive connection.Start
> 2. Send connection.StartOk
>
> The other functions are not getting called.  I am pretty sure the
> line             send(new Command(startOk));
>  is executed.

If the startOk was sent, then you shouldn't be able to see it with ngrep?

And if that got sent, then the broker should respond with a tune
command. Do you see this go over the network?

Ben




More information about the rabbitmq-discuss mailing list