This is a bit off-topic but does anyone have details on how they implemented the ability to kill a hung service (by killing its thread)? I wonder because generally killing a thread is bad news. Sun deprecated Thread.stop due to issues described at [URL]JDK 19 Documentation - Home
That page explains how threads should be safely stopped. I wonder if wM did something along these lines? If not, then one should probably consider restarting IS at the earliest convenient time after forcing a thread to be killed.
#webMethods-Archive#If-it-doesn-t-fit-anywhere-else#webMethods