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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  API Broker Total Retrieved

    Posted 01/02/17 11:37 AM

    Hi all,

    Simple question, witch API should i use to export the marked information in the image below? Total Retrieved

    Thank you


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


  • 2.  RE: API Broker Total Retrieved

    Posted 01/03/17 08:27 AM

    Hi Francesco,

    can you try to use the following Class:

    COM.activesw.API.client.BrokerClient

    Method getClientInfo()

    In this Object you should hopefully find an entry for the total retrieved count.

    Regards,
    Holger


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


  • 3.  RE: API Broker Total Retrieved

    Posted 01/03/17 10:14 AM

    Hi Holger,

    nice to see you again :smiley:

    Browsing documentation BrokerClientInfo (webMethods Administration Programming Interfaces)

    it seems there are no reference to Total Retrieved…but maybe i’m wrong :?


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


  • 4.  RE: API Broker Total Retrieved

    Posted 01/03/17 11:50 AM

    Hi Francesco.

    please check for the BrokerAdminClient class.

    There is a getClientStatsById() method which returns a BrokerEvent-Object.
    This one contains the information you are looking for.

    Regards,
    Holger


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


  • 5.  RE: API Broker Total Retrieved

    Posted 01/03/17 01:00 PM

    Thank you, this should be the right API.

    Where can i find the package?

    Thank you again.

    fa


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


  • 6.  RE: API Broker Total Retrieved

    Posted 01/03/17 01:22 PM

    Hi Francesco,

    the class(es) is part of wm-brokerclient.jar located under common/lib-folder in your wM Installation.

    It is part of the default classpath of the IntegrationServer.
    You can write a Java Service and mention the class(es) under the import section of it.

    Regards,
    Holger


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