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.  Difference Between 7.1 and 8.2

    Posted Thu September 08, 2011 06:16 AM

    Can anybody please tell me what are the new feature available in the 8.2 apart from eclipse integrated with designer.


    #webMethods-Archive
    #If-it-doesn-t-fit-anywhere-else
    #webMethods


  • 2.  RE: Difference Between 7.1 and 8.2

    Posted Thu September 08, 2011 10:16 PM

    Hi,

    There are many … I would refer to empower website for complete list.
    The one which I personally like is the ability to kill a JVM specific thread corresponding to an IS flow service for example. This is very useful in case thread is stuck or locked and is utilizing too much resources. in previous IS it was necessary to shutdown whole IS to get rid of them (depending of their type or how they were designed…)

    Jeremy


    #webMethods-Archive
    #If-it-doesn-t-fit-anywhere-else
    #webMethods


  • 3.  RE: Difference Between 7.1 and 8.2

    Posted Fri September 09, 2011 08:37 PM

    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


  • 4.  RE: Difference Between 7.1 and 8.2

    Posted Tue September 13, 2011 01:37 AM

    Don’t know how they did it, can’t imagine they can keep up with the multitude of different types of threads that are running and safely stop them, but you never know. I’ve used the thread.interrupt before which works but I can’t imagine that on the scale of the entire integration server.:eek:


    #webMethods-Archive
    #If-it-doesn-t-fit-anywhere-else
    #webMethods


  • 5.  RE: Difference Between 7.1 and 8.2

    Posted Tue September 13, 2011 10:53 PM

    Good to know these kind of topics running thru nice points raised :slight_smile:


    #webMethods
    #If-it-doesn-t-fit-anywhere-else
    #webMethods-Archive