Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JMS Connection Factory: Configuration: Load Balancing

Configuration Options     Related Tasks     Related Topics

Use this page to define the load balancing configuration parameters for this JMS connection factory, which includes enabling load balancing and server affinity.

Configuration Options

Name Description
Load Balancing Enabled

Specifies whether non-anonymous producers created through a connection factory are load balanced within a distributed destination on a per-call basis.

  • If enabled, the associated message producers are load balanced on every send() or publish() .

  • If disabled, the associated message producers are load balanced on the first send() or publish().

MBean Attribute (Does not apply to application modules) :
LoadBalancingParamsBean.LoadBalancingEnabled

Server Affinity Enabled

Specifies whether a server instance that is load balancing consumers or producers across multiple members destinations of a distributed destination, will first attempt to load balance across any other physical destinations that are also running on the same server instance.

MBean Attribute (Does not apply to application modules) :
LoadBalancingParamsBean.ServerAffinityEnabled

Related Tasks

Related Topics


Back to Top