[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Enum defintions for connection factory load balance metrics.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public enum FactoryLoadBalanceMetric |
Public Enumeration FactoryLoadBalanceMetric |
public enum class FactoryLoadBalanceMetric |
Members
Member name | Description | |
---|---|---|
None |
Indicate that no load balancing metric has been set for the connection
factory.
| |
Connections |
Indicate that the connection factory load balances connections across
multiple servers by creating a connection to the server with the fewest
number of connections.
| |
ByteRate |
Indicate that the connection factory load balances connections across
multiple servers by creating a connection to the server with the lowest
total byte rate (input and output).
|
Remarks
When a connection factory balances the client load among several servers, it uses
this metric to determine the least loaded server, so the connection factory can
create a connection to it.