I'm trying to connect to a c++ 0.6 broker using a C# 0.6 client, and I have
this problem:

I try to connect using

public static Client Connection = new Client();
Connection.Connect(host, port, "", user, password);

The result is authentication failed. After I get that authentication failed
result, I should be able to close the connection, and possibly try to
reconnect later.
If I don't close the connection, the broker remains with an opened
connection, and if the number of connections reach max-connections in the
broker's configuration file, the broker will not work anymore.
If I try to close the connection using

Connection.Close(); it just stops there, and won't move forward.

Any ideas of what the problem might be and possibly how to fix it?

Thank you.
-- 
View this message in context: 
http://apache-qpid-users.2158936.n2.nabble.com/Qpid-NET-0-6-closing-connection-tp5724304p5724304.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to