IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How ti kill the particular webMethods service?

    Posted Thu May 12, 2011 07:47 AM

    I am using webMetods 6.5.

    How to kill the particular webMethods service?


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: How ti kill the particular webMethods service?

    Posted Thu May 12, 2011 01:57 PM


  • 3.  RE: How ti kill the particular webMethods service?

    Posted Thu May 12, 2011 03:56 PM

    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.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: How ti kill the particular webMethods service?

    Posted Thu May 12, 2011 05:02 PM