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
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.