ClientID and clientgroups

how to retrieve clientID and clientgroups of a given broker.

Hi,

Try using this service by enabling wmRoot.

WmRoot/wm.server.dispatcher.adminui:getBrokerSettings

With Regards,
Navanee

how to get all the client group names and client prefix for all the brokers of a given broker server in WmRoot package.
how to get the broker queue length .

can any tell us whether its recommended to use the WmRoot package .

One IS can communicate with one broker. The configured broker can be seen from admin cole -> Broker. Above method will give the details of that broker.

RMG/MARK, Can you please advice if it’s wise to expose WmRoot Packages using Java Client API. We are trying to use these services for monitoring some of the pools and Broker.

With Regards,
Sumit

Can any one please tell how to get the total number of documents in queue for a given broker.
Is there any method to invoke in WmRoot package to get the queue length.

Regards,
Sriram

Using WmRoot services yourself is not officially supported.

Hi Rob,

So does that mean we cannot call that service using Java/C client?

If not then how can we get information about the clients and clientgroups, since we are not able to get the same information using broker-client java API.

Sumit

Technically, you can certainly call services within the WmRoot package. However, if you have any trouble with it, wM Tech Support will not help you. Additionally, if they know you have used WmRoot services and they believe that an issue is being caused by your use of WmRoot services, they will insist that you duplicate the issue without WmRoot usages in place before continuing.

Refer to the “webMethods Broker Administration Java API Programmer’s Guide” and the methods of the BrokerAdminClient class for ways to get what you’re after.

can any one please tell how to retrieve all the clientids for a particular broker and how to get the Application Name for client ids

Regards,
Sriram

Refer to the “webMethods Broker Administration Java API Programmer’s Guide” and the methods of the BrokerAdminClient class for ways to get client IDs, client group IDs, client queue depths, etc.

The “Application Name”? What does that refer to?