Hi,

1.    My problem is resolved by upgrading to the 2.0.1 release. In addition,
I used Microsoft proprietary try catch when I am trying to  delete the
session:

    __try
    {
        delete session;
    }
    __except
    {
    }

2.    Another change I made is to make sure that I call the 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 from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to