Broker Client Existence

Using C APIs how could I check the status of a Broker Client.? Like its existence, is it connected etc.

Any help would be of great help.

Thanks,
Sai Sekhar
saisekhar.p@tcs.com

Check out the Broker Admin C API Programmer’s Refernce - [url=“http://advantage.webmethods.com/bookshelf/_webMethods_Broker/Broker_6_1/webMethods_Broker_Administration_C_API_Programmers_Guide_6.1.pdf”]http://advantage.webmethods.com/bookshelf/_webMethods_Broker/Broker_6_1/webMethods_Broker_Administration_C_API_Programmers_Guide_6.1.pdf[/url] - for details.

  1. Create a BrokerAdminClient
  2. awGetClientIds returns an array of client IDs
  3. You can use awGetClientInfoById to get the info for each client ID