I am using webMetods 6.5.
How to kill the particular webMethods service?
I am using webMetods 6.5.
How to kill the particular webMethods service?
hi dhivakar,
I believe you will be able to get your ans. in this link
[URL]http://blog.hussulinux.com/2009/01/webmethods-kill-a-running-service-from-integration-server/[/URL]
Useful code at that link. But keep the following in mind:
Killing a thread is not a good thing to do. Sun states that doing so is “inherently unsafe.”
This should rarely, if ever, be done in a production environment and only as a last resort where doing so would somehow be “better” than restarting the JVM.
Ultimately one should find the root cause of the hung thread and fix the problem. If you find that you regularly have a desire/need to kill a thread, something is wrong and should be corrected.
Thanks for the response