Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Client Groups | Creating and Destroying Client Groups | Life Cycle
 
Life Cycle
The life cycle associated with your Broker client's client group will determine how long the Broker will maintain the client state for a Broker client belonging to that group. The life cycle is specified as one of the BrokerAdminClient.LIFECYCLE_* values shown in the following table.
Value
Description
LIFECYCLE_DESTROY_ON_DISCONNECT
The Broker will destroy the client state whenever the connection between a Broker client and the Broker is lost.
LIFECYCLE_EXPLICIT_DESTROY
The client state will be maintained if the Broker client is disconnected. Used for client applications that need to maintain state in the event of network or system failures.