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.  Using ActiveX BrokerClient object to get QueueLength

    Posted 08/04/03 05:06 PM

    I am trying to use the BrokerClient object (activeX a.p.i.) to get the lenght of a broker queue. The connection is being established correctly but I always get a queuelength of 0 (zero) returned.

    We get the same results using the Java a.p.i.

    Has anyone else tried this with success that could provide a sample?

    thanks, Scott


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Using ActiveX BrokerClient object to get QueueLength

    Posted 08/05/03 05:46 PM

    Pls try with BrokerAdminClient API class,using(getClientStatsById()).It will show up the Broker statistics along with existing queue length.

    It should work.

    Regards,


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Using ActiveX BrokerClient object to get QueueLength

    Posted 08/07/03 03:22 PM

    is that class/method available in ActiveX?
    it doesn’t appear to be listed in documentation or VB object browser
    (I prefer to use VB here, tried the other in Java just to see if behavior was consistent)

    thanks, Scott


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Using ActiveX BrokerClient object to get QueueLength

    Posted 08/07/03 03:37 PM

    The “Administration API Reference for Java” reference guide is where we you can find about this method

    HTH.


    #webMethods
    #Integration-Server-and-ESB