Kamran Saadatjoo wrote:
I just started the trace and don’t see any trace output after the line "Info
Listening on port 5672". This is my in-house network, so I don’t think this
could be a firewall problem. Below is the trace output. Thanks for your
help.
The trace shows that the broker is not even seeing any connection attempts.
Try this: start your broker with tracing on again, then try to telnet to
it (e.g. 'telnet hostname 5672').
If you get 'connection refused' then there is some setup preventing the
tcp socket being established.
If on the other hand the connection works try to type six random chars
and hit return. You should then see something like:
2008-may-12 13:03:47 debug RECV [127.0.0.1:51286] INIT(13-10)
2008-may-12 13:03:47 debug SENT [127.0.0.1:51286] INIT(0-10)
If you see that but can't connect with the client then there is some
setup issue with the client and you need to turn on some logging to
figure out what (Rajith, any tips for easily turning on
debugging/logging for the java AMQP client?)