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
Expand all | Collapse all

Integration Server triggers document processing controlling the number of concurrent threads

  • 1.  Integration Server triggers document processing controlling the number of concurrent threads

    Posted Tue February 08, 2005 06:31 PM

    I would like to change the document processing mode of an Integration Server (v6.1) trigger programmatically. For example, I’d like to write a service that can change a trigger from processing documents serially to processing concurrently with 3 threads. Is this possible? I’ve searched this website and the webMethods knowledgebase.

    Thanks in advance!

    Best Regards,

    Mike


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


  • 2.  RE: Integration Server triggers document processing controlling the number of concurrent threads

    Posted Fri February 25, 2005 06:25 AM

    Hi All,

    Can disabling a trigger on an IS in clustered environment, automatically disables same trigger in same namespace on other IS’s in cluster?
    pls. explain.

    My Environment :IS6.1,winXP.

    Regards,
    Puneet Saxena


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


  • 3.  RE: Integration Server triggers document processing controlling the number of concurrent threads

    Posted Fri February 25, 2005 06:26 AM

    Hi All,

    Can disabling a trigger on an IS in clustered environment, automatically disables same trigger in same namespace on other IS’s in cluster?
    pls. explain.

    My Environment :IS6.1,winXP.

    Regards,
    Puneet Saxena


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


  • 4.  RE: Integration Server triggers document processing controlling the number of concurrent threads

    Posted Fri February 25, 2005 07:08 PM

    Hi Michael - I don’t you can programatically change your trigger property from “Serial” to “Concurrent” (not that I know of at least). As a work around, can you do this:

    • set a flag in the document (e.g., CONCURRENT = YES)
    • republish the document in your flow
    • create a concurrent trigger that subscribes to that updated document (with CONCURRENT flag as filter)
    • and away you go with multi-threaded service invocations :slight_smile:

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