InterruptedException handling tweaks
------------------------------------

                 Key: AMQ-891
                 URL: https://issues.apache.org/activemq/browse/AMQ-891
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 4.0.2
            Reporter: John Heitmann
            Priority: Minor
         Attachments: interrupted.patch.gz

There were a few spots where the broker was masking the interrupt state after 
handling an InterruptedException. This is a lint pass to clean some of that up. 
I learned after I made this patch that it's actually slightly better 
stylistically to call Thread.interrupt() instead of 
Thread.currentThread().interrupt() since it's static and the interrupt state is 
global(ish), but this is the version we've tested.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to