edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > JMS Connection Factory: Configuration: Load Balancing
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 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 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
![]()