Description
The location of the ACL check for queue deletion rights is within the wrapping AtomicBoolean used to prevent races at queue deletion. As such if the attempt is denied by the security manager the deletion will fail, but no further deletion attempts will be possible.