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.


#TechXchangePresenter
 View Only
  • 1.  Method for retrieving outstanding events for Channels or durable subscribers

    Posted Fri April 12, 2019 02:05 PM

    I believe the method “getChannelLength” is not the correct one to use to get the number of total outstanding events. Does anyone the correct method to use?


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


  • 2.  RE: Method for retrieving outstanding events for Channels or durable subscribers

    Posted Fri April 12, 2019 04:45 PM

    Correction. I mean “getEventCount()” doesn’t appear to give the the outstanding events.

    Ignore my mentioned “getChannelLength”.


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


  • 3.  RE: Method for retrieving outstanding events for Channels or durable subscribers



  • 4.  RE: Method for retrieving outstanding events for Channels or durable subscribers

    Posted Mon April 15, 2019 11:11 AM

    Thanks Joshua. What I’m looking for is to get a report of the number of pending messages waiting to be processed or any queues or channel/durable subscribers. We experienced a situation where there were thousands of messages waiting to be processed and once it was cleared, our report still show thousands of messages or events for that specific queue. I was using the “getEventCount()”.


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


  • 5.  RE: Method for retrieving outstanding events for Channels or durable subscribers

    Posted Mon April 15, 2019 11:18 AM

    Thanks for the reference Joshua. I believe below is the method that will give me the number I’m seeking.

    nNamedObject.getOutstandingEvents


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


  • 6.  RE: Method for retrieving outstanding events for Channels or durable subscribers

    Posted Mon April 15, 2019 11:14 PM

    No problems, let me know if you need any more assistance with this.


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