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 Client Queue Depth

    Posted Tue April 17, 2007 06:05 PM

    Hi,

    Is there a way using the BrokerAdmin Java API to get the queue depths of all the broker clients?

    I am currently geting this information using wm.broker.admin.clients:getClientInfo service. But, I want to have a solution that runs outside the Integration Server in order to monitor the state of the broker.

    I did try BrokerAdminClient.getClientInfosById method. But it seems like the BrokerClientInfo object doesn’t have the required information.

    Thanks in Advance,
    Aneel


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


  • 2.  RE: Broker Client Queue Depth

    Posted Wed April 18, 2007 02:09 PM

    Aneel,
    The java API works great for this purpose and you can run it as a standalone app. The java API docs that come with the broker go into detail about the API and what to use.

    In a nutshell , look at the BrokerAdminClient and BrokerEvent. There are some methods like getClientStatsById that will get you headed in the right direction.


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


  • 3.  RE: Broker Client Queue Depth

    Posted Wed April 18, 2007 05:48 PM


  • 4.  RE: Broker Client Queue Depth

    Posted Fri September 18, 2009 07:03 AM

    Sorry for deviating from the topic.
    Do we have any option to use a comman/file to find the queue depth through unix console / shell script ?

    like broker_status I meant…unfortunately broker_status does not display current queue depth :frowning:

    if you could share your thoughts, then it would be great

    Thanks
    Rakesh


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


  • 5.  RE: Broker Client Queue Depth

    Posted Fri September 18, 2009 02:32 PM

    The API is going to be your best bet. Not aware of any command line interfaces into the broker without going through the API.


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