[TIBCO.EMS .NET client library 6.0 documentation]

Enum defintions for connection factory load balance metrics.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public enum FactoryLoadBalanceMetric
Public Enumeration FactoryLoadBalanceMetric
public enum class FactoryLoadBalanceMetric

Members

Member nameDescription
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.

See Also