Function
Modify the load balancing metric.
tibems_status
tibemsConnectionFactory_SetMetric(tibemsConnectionFactory
factory,tibemsFactoryLoadBalanceMetric
metric );
CALL "tibemsConnectionFactory_SetMetric" USING BY VALUE factory, BY VALUE metric, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
factory
|
Set the load balancing metric of this connection factory.
|
metric
|
Use this metric.
|
When the 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. For values, see tibemsFactoryLoadBalanceMetric
.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |