Broker 10.5 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Using Broker Clients | Broker Connection Descriptors | Sharing Connections
 
Sharing Connections
The webMethods Broker API improves client application performance by having all of your Broker clients that are accessing the same Broker share a single connection. If your client application has special requirements, you override this behavior.
Use the BrokerConnectionDescriptor.setConnectionShare method to enable or disable the sharing of a particular connection by more than one Broker client.
Use the BrokerConnectionDescriptor.getConnectionShare method to determine whether a particular connection be shared by more than one Broker client.