[rabbitmq-discuss] Debugging of Connection.class
Ben Hood
0x6e6562 at gmail.com
Mon Sep 1 16:25:36 BST 2008
Anne,
On Mon, Sep 1, 2008 at 11:25 AM, Pete Kay <petedao at gmail.com> wrote:
> I traced the content of header before it is sent to server in the
> onSocketConnect function, it shows:
>
> header = AMQP
>
> After AMQP, there are 4 unprintable characters.
>
> Is this the right output?
It should be 8 bytes -> A, M, Q, P, 1, 1, 8, 0
Can you see that going across the network when you use Ethereal?
I would suggest deliberately changing the header to provoke a
different error from the server, but it doesn't look like that data is
is even being transmitted to the other peer.
Ben
More information about the rabbitmq-discuss
mailing list