Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getLoadBalancing function
getLoadBalancing function
Returns a
LOGICAL
value indicating whether load balancing is enabled.
Syntax
FUNCTION getLoadBalancing RETURNS LOGICAL.
Applies to
Session objects
Notes
TRUE
indicates load balancing is enabled.
FALSE
indicates it is not enabled.
With load balancing, the client is willing to have a connect request redirected to another SonicMQ Broker within a SonicMQ cluster.
See also
setLoadBalancingprocedure
,
getLoadBalancingfunction
For more information, see the Load balancing.