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.