Re: activemq-cpp failover?

2006-12-13 Thread amq user
The Connection object doesn't seems to throw exceptions. my code looks like this: class myProducer : public ExceptionListener, public Runnable { // Create a Connection connection = connectionFactory-createConnection();

RE: activemq-cpp failover?

2006-12-13 Thread Bish, Tim
The Connection object doesn't seems to throw exceptions. my code looks like this: class myProducer : public ExceptionListener, public Runnable { // Create a Connection connection = connectionFactory-createConnection();

Re: activemq-cpp failover?

2006-12-13 Thread amq user
yes, I tried two things: 1. broker is not running 2. kill the broker while producer is sending message. exception was caught in try{}catch() in run block, but not onException() On 12/13/06, Bish, Tim [EMAIL PROTECTED] wrote: The Connection object doesn't seems to throw exceptions. my code

RE: activemq-cpp failover?

2006-12-12 Thread Timothy Bish
-Original Message- From: amq user [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 4:58 PM To: activemq-dev Subject: activemq-cpp failover? Importance: High Does activemq-cpp support failover? I got this: ActiveMQConnectionFactory::createConnection - unknown

Re: activemq-cpp failover?

2006-12-12 Thread amq user
too bad. any work-around? can we catch some exception somewhere and open up another connection to failover broker? My producer has to be integrated into cpp code. Thanks On 12/12/06, Timothy Bish [EMAIL PROTECTED] wrote: -Original Message- From: amq user [mailto:[EMAIL PROTECTED]

RE: activemq-cpp failover?

2006-12-12 Thread Timothy Bish
too bad. any work-around? can we catch some exception somewhere and open up another connection to failover broker? My producer has to be integrated into cpp code. Just like in Java, you can set an ExceptionListener on the Connection Object, chances are if that gets called its time to