Re: gracefully restarting a c++/openwire session

2007-10-14 Thread Fred Crable
Thanks, I just wrapped the whole CMS broker/sessions in another class to handle it. However, I noticed that if I close the producer/consumer before I close the broker/session it'll throw an exception. I think it was complaining about it already being closed. Anyway, I've got something working f

Re: gracefully restarting a c++/openwire session

2007-10-10 Thread Timothy Bish
You must destroy the connection and create a new connection / session etc. We don't have a fail over transport but you are welcome to write one and donate it :) Fred Crable wrote: Is there a best practice for gracefully restarting an openwire/c++ consumer or producer session. I'm hesitant t