TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library |
|
Tibems.FACTORY_LOAD_BALANCE_METRIC Field
Defines the name of the ConnectionFactory property specifying the load balancing metric to be used by the factory.
public const
string FACTORY_LOAD_BALANCE_METRIC = "TIBCO.EMS.factory.metric";
Remarks
The load balance metric can be accessed via ConnectionFactory.Metric property. Valid metrics are:
- FactoryLoadBalanceMetric.None: no metric
- FactoryLoadBalanceMetric.Connections: number of connections on server
- FactoryLoadBalanceMetric.ByteRate: total byte rate (input and output) on server
This property is defined as string "TIBCO.EMS.factory.metric".
For complete details, see the
corresponding item in the book TIBCO Enterprise Message Service .NET Reference.
See Also
Tibems Class | TIBCO.EMS Namespace