This content has been marked as final.
Show 2 replies
-
1. Re: Stopping hung threads using JMX console
welle Dec 1, 2013 1:47 PM (in response to valsaraj007)Short answer: No!
You can't stop a Java thread from outside the thread itself. See: http://download.oracle.com/javase/1.5.0/docs/guide/misc/threadPrimitiveDeprecation.html -
2. Re: Stopping hung threads using JMX console
polu.amar Nov 27, 2014 9:17 AM (in response to valsaraj007)1 of 1 people found this helpfulYou can't stop ,because the Jmx console gives the dynamic data from server Mbean and moreover it's read only data.
If you restarts the jboss server then the hung thread will disappear.
Thanks,
Amarnath