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.  Records gets stuck in Trigger queue

    Posted Tue November 28, 2017 02:56 PM

    Hello Everyone,

    We use universal messaging for pub/sub transactions with webMehtods. Recently we have a few triggers which are getting stuck and to resolve the issue, we have to either reset the trigger or reset the IS.

    Is there a way we could set a notification on the trigger queue such that whenever stuck, we could get an email notification about the same?

    Regards,
    Ruturaj Jayawant


    #webMethods
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB


  • 2.  RE: Records gets stuck in Trigger queue

    Posted Wed November 29, 2017 06:00 AM

    Hi Ruturaj,

    I think you need to write a custom Java service with help of Java UM API guide.

    I believe there is one function called getQueueSize which will return the integer value.

    Thanks,
    Vinay.


    #webMethods
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB


  • 3.  RE: Records gets stuck in Trigger queue

    Posted Wed November 29, 2017 11:56 AM

    Hi ,

    even when the queue size increases above certain values this is no indicator that the queue is really stuck.

    You should check for the trigger monitoring service which can be used to send an email when certain situations occur.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker


  • 4.  RE: Records gets stuck in Trigger queue

    Posted Wed November 29, 2017 12:19 PM

    Hello Holger.

    Could you elaborate more on the trigger monitoring service?

    Regards,
    Ruturaj Jayawant


    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Records gets stuck in Trigger queue

    Posted Wed November 29, 2017 01:07 PM

    Hi Ruturaj,

    when the trigger is configured for “Suspend and Retry later” as ErrorHandling method, you must provide a monitoring service for determing when to resume the trigge processing.

    From Service Development Help, Chapter 28:

    The Informations about how to build a monitoring service can be found in appendix B in the Publih-Subscribe Developer´s Guide.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods