Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Broker Clients | Broker Client Administration | Creating Broker Clients
 
Creating Broker Clients
You can use the create BrokerAdminClient.createClient method to create a Broker client on the Broker to which your BrokerAdminClient is connected. You must specify the following information:
*A client identifier
*A client group
*An application name
You can also specify an optional connection description for the Broker client.
Because the resulting Broker client will have no connection to a client application, the life cycle of its client group must be explicit-destroy.