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.  Broker Server List

    Posted Thu September 29, 2005 07:05 AM

    please let me no if there is any service/method to find the list of broker servers on the Integration server in the webMethods Broker API .

    i no that there is a serveice called getServerList but i am not looking for that
    i want a service in the API


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


  • 2.  RE: Broker Server List

    Posted Thu September 29, 2005 09:11 AM

    the service getStats(); in the webMethods Broker API gets an arrayoutput in which there are lot of fields that it gets.
    what am i supposed to do if i want them only field by field

    or

    are there any services in the webMethods Broker API that gets these details individually


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


  • 3.  RE: Broker Server List

    Posted Thu September 29, 2005 10:09 AM

    thyba,
    I guess the getStats returns the BrokerEvent.You can use the getField method in BrokerEvent and get these fields indivually.

    HTH…

    Thanks,
    Puneet Verma


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


  • 4.  RE: Broker Server List

    Posted Wed October 05, 2005 06:18 AM

    Is there any service in the Broker API that only takes (BrokerServer/BrokerHost and BrokerName)these 2 parameters and returns the Client ID and The Client Group of that Particular Broker alone.

    These ( BrokerServer/BrokerHost ,BrokerName, Client Group ,Client ID)are the parameters that are needed to find the Document on Queue.
    This uses the service getQueueLength(); from Broker Client Class.


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