Re: how to detect on server side when queue manager has gone away?

2010-06-15 Thread Timothy Bish
On Tue, 2010-06-15 at 10:53 +0100, andrew.mar...@uk.bnpparibas.com wrote: > I am using AMQ-cpp without the failover feature, good though that feature > is. I am concerned with hwo to detect when the Q mgr has gone away. On the > client side I have found that if I send a message when the broker is

how to detect on server side when queue manager has gone away?

2010-06-15 Thread andrew . marlow
I am using AMQ-cpp without the failover feature, good though that feature is. I am concerned with hwo to detect when the Q mgr has gone away. On the client side I have found that if I send a message when the broker is no longer running I get an exception. This enables me to test and recover on