mirror of
https://github.com/apache/activemq.git
synced 2025-02-07 10:38:58 +00:00
ed924cddac
This is best practice and will prevent unlock from being attempted inside of a finally block when the thread doesn't actually own the lock which can happen when the lock attempt throws an exception such as calling lockInterruptibly()