RE: client connection.open to a non-broker on qpid 0.6: access violation

2010-04-29 Thread Steve Huston
Could you please open a jira for this problem? http://issues.apache.org/jira/browse/qpid Thanks, -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: nicolae claudius [mailto:nicolae_cla

client connection.open to a non-broker on qpid 0.6: access violation

2010-04-29 Thread nicolae claudius
In windows environment, visual studio compiler, make a client like: Connection c; try { // there is no broker running at 10.10.5.51 so an exception should be thrown c.open("10.10.5.51",5672,"my_user","my_password"); } catch (...) { std::cout << "error" << std::