Shutdown of broker waiting for shared fileystem lock blocks
-----------------------------------------------------------

                 Key: AMQ-3342
                 URL: https://issues.apache.org/jira/browse/AMQ-3342
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.4.2
            Reporter: Arthur Naseef
            Priority: Minor


Shutting down a broker that has not completed startup due to waiting for a 
shared filesystem lock does not complete.

Using an internal BrokerService() and it's stop() method is definitely impacted.

The attached patch simply adds a check for "isStopped() || isStopping()" to the 
MessageDatabase lock loop.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to