
|
If you were logged in you would be able to see more operations.
|
|
|
ActiveMQ
Created: 22/Aug/06 12:50 AM
Updated: 03/Sep/06 10:47 PM
|
|
| Component/s: |
Broker
|
| Affects Version/s: |
4.0.2
|
| Fix Version/s: |
4.1.0,
4.0.2
|
|
| Patch Info: |
Patch Available
|
|
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.
|
|
Description
|
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. |
Show » |
|