Re: ActiveMQ-CPP v3.7.0 : how to close a connection blocked inside a start() when using failover

2013-06-07 Thread Timothy Bish
On 06/07/2013 11:27 AM, Chris wrote: Hi Timothy, Thanks for your quick reply. I tried using stop(), but got the same result... i appears the mutex gets deleted, and this result in the r6025 failure, since synchronisable object is an abstract class. Are you aware of any other method to abort the

Re: ActiveMQ-CPP v3.7.0 : how to close a connection blocked inside a start() when using failover

2013-06-07 Thread Chris
Hi Timothy, Thanks for your quick reply. I tried using stop(), but got the same result... i appears the mutex gets deleted, and this result in the r6025 failure, since synchronisable object is an abstract class. Are you aware of any other method to abort the start() at the moment? (a workaround t

Re: ActiveMQ-CPP v3.7.0 : how to close a connection blocked inside a start() when using failover

2013-06-06 Thread Timothy Bish
On 06/05/2013 05:15 PM, Chris wrote: Hi, I have a situation in which i need to close a client cms::connection block inside a cms::connection::start(), from a different thread. In this case, no broker as been started yet and i'm using failover. so the thread is blocked inside connection.start() (

ActiveMQ-CPP v3.7.0 : how to close a connection blocked inside a start() when using failover

2013-06-06 Thread Chris
Hi, I have a situation in which i need to close a client cms::connection block inside a cms::connection::start(), from a different thread. In this case, no broker as been started yet and i'm using failover. so the thread is blocked inside connection.start() (which is expected). However to close an