It turns out that this is a firewall problem after all. I though I had disabled the firewall on the Linux machine, but I guess I had not. I attempted to disable the firewall again, and now I'm getting further. I see the connection traced on the broker side, but the client is hanging indefinitely on the connect statement.
Thanks for your help. Kamran Saadatjoo -----Original Message----- From: Gordon Sim [mailto:[EMAIL PROTECTED] Sent: Monday, May 12, 2008 2:55 AM To: [email protected] Subject: Re: Communication problem between M3 Broker and AMQP client Kamran Saadatjoo wrote: > Thanks Robert: If you could, please tell me how I can find out the virtual > host name of a C++ broker. I have one running on a Linux system and I'm > trying to connect to it from a Windows Java client (the DeclareQueue.java > example). The client terminates after about 20 or so seconds of wait with > "Error connecting to broker" which is outputted in the "catch" section of > connection. I've used an empty string for the virtual host name, and used > my root user and password to connect with. I think the problem may be that I > don’t have the correct virtual host name. Would you know what I'm missing? Can you turn on tracing for the c++ broker (pass in the -t option when starting it)? That will show what is happening. If when you try to connect you then see no output it may be a firewall issue. If you do see some output send it to the list and we should be able to determine what is going wrong. Thanks! Internal Virus Database is out-of-date. Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.13/1375 - Release Date: 4/12/2008 11:32 AM Internal Virus Database is out-of-date. Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.13/1375 - Release Date: 4/12/2008 11:32 AM
