activemq/activemq-runtime-config/src
Christopher L. Shannon (cshannon) ed924cddac AMQ-9202 - Make sure Reentrant locks are acquired outside a try block
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()
2023-02-01 11:19:24 -05:00
..
main AMQ-9202 - Make sure Reentrant locks are acquired outside a try block 2023-02-01 11:19:24 -05:00
test AMQ-9157 - Add a new optional advisory for dispatched messages 2022-11-03 14:30:33 -04:00