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.  Universal Messaging

    Posted Wed June 15, 2016 03:49 AM

    In UM, I want to monitor the queues and topics and alert when certain threshold level of an connection occurs.

    To be able to do this, when number of events exceeds 500, I want to log a message in UM log.

    when (myMonitoringQueue.numOfEvents >500) {

    Logger.report(“Moniroting Channel Queue exceeded 500 connections”);

    }

    I am able to do so. But I want to configure the threshold value of 500.

    I do not find any syntax to declare integer or string literals and use it in the right side of a when condition in the UM Scripting documentation.

    Can somebody who has an idea please suggest.


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


  • 2.  RE: Universal Messaging

    Posted Thu November 24, 2016 08:01 AM

    Optimize for Infra - be used to define KPIs like queue length, threshold etc.


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