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!

Reply via email to