[openamq-dev] Multi-threaded connection requests fail?
Martin Lucina
mato at imatix.com
Fri Nov 9 00:48:04 CET 2007
On 8/11/2007, "Elli Barasch" <comptonsw at comcast.net> wrote:
>Weird stuff:
>Note that the server is binding to 127.0.1.1:5672.
Actually, it's not. The code that reports that has a known bug (or
feature, depending on who you ask) where it doesn't always report all
the addresses the server binds to correctly.
In reality the actual bind is done to *:5672. You can check with netstat
-l.
>If I override the "localhosts" default argument to "127.0.0.1" via the
>-s argument, my connections succeed. If I use the default "localhosts"
>name, the connection fails...
>Any thoughts?
I'm not sure what you mean. Your connections fail when you use
'localhost' but succeed when you use '127.0.0.1' as the server to
connect to?
As for why it's actually failing, I'm not sure, but will investigate.
-mato
More information about the openamq-dev
mailing list