FactoryLoadBalanceMetric
Class
Declaration
Purpose
Define enumerated load balancing constants.
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.
Member
|
Description
|
Fields
|
None
|
Indicates absence of any load balancing metric.
|
Connections
|
The connection factory balances the connection load among several servers by creating a connection to the server with the fewest number of connections.
|
ByteRate
|
The connection factory balances the connection load among several servers by creating a connection to the server with the lowest total byte rate (input and output).
|
See Also
ConnectionFactory
TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3,
February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com
|