Hi

I'm trying to figure out how to distinguish between different types of exceptions thrown by Connection::open() in C++ messaging client v0.7.

I need to be able to tell into which of these two categories does the connection error belong:

1. Retry makes sense: Remote host unreachable or down, broker not listening on specified port (broker down). 2. Retry does not make sense: Broker listening on specified host and port, but virtual host is incorrect or authentication failed.

Any hints?

Cheers
Jiri


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

Reply via email to