Re: ActiveMQ CPP 2.0 graceful cleanup of Session and Connection

2007-05-11 Thread Kok Hoor
cleanup from the Consumer Runnable Thread rather than at OnException. Hope this help any developers who face similar issue. Regards, Kok Hoor -- View this message in context: http://www.nabble.com/ActiveMQ-CPP-2.0-graceful-cleanup-of-Session-and-Connection-tf3687911s2354.html#a10442566 Sent

Re: ActiveMQ CPP 2.0 graceful cleanup of Session and Connection

2007-05-04 Thread Kok Hoor
try { if ( m_connection != NULL ) delete m_connection; } catch ( ... ) { } m_connection = NULL; } Regards, Kok Hoor Timot

ActiveMQ CPP 2.0 graceful cleanup of Session and Connection

2007-05-03 Thread Kok Hoor
:transport::TransportFilter::fire() + 0x54 bytes SxJMSClient.dll!activemq::transport::TransportFilter::onCommand() + 0x16 bytes SxJMSClient.dll!activemq::transport::IOTransport::fire() + 0x8a bytes SxJMSClient.dll!activemq::transport::IOTransport::run() + 0x87 bytes SxJMSClient.dll!activemq::concurrent::Thread::runCallback() + 0x4f bytes msvcr80d.dll!102048d1() msvcr80d.dll!10204877() kernel32.dll!7c80b683() Thanks in advanced. Regards, Kok Hoor -- View this message in context: http://www.nabble.com/ActiveMQ-CPP-2.0-graceful-cleanup-of-Session-and-Connection-tf3687911s2354.html#a10309769 Sent from the ActiveMQ - User mailing list archive at Nabble.com.