Databases Reference
In-Depth Information
There's more...
The server affinity can also be changed using WLST.
Changing the server affinity using WLST
1. Log in as a wls user to the shell and start WLST.
[wls@prod01]$ $WL_HOME/common/bin/wlst.sh
2. Connect to the Administration Server using wlsadmin as user, <pwd> as the
password, and t3://adminhost.domain.local:7001 as the server URL.
wls:/offline>connect("wlsadmin","<pwd>","t3://adminhost.domain.
local:7001")
3. Run the following WLST commands:
edit()
startEdit()
cd('/JMSSystemResources/JMSAppModule/JMSResource/JMSAppModule/
ConnectionFactories/JMSAppConnectionFactory/LoadBalancingParams/
JMSAppConnectionFactory')
cmo.setServerAffinityEnabled(false)
activate()
exit()
See also
F Creating the distributed queue destination and the connection factory
F Configuring messaging bridge with source and target distributed destinations
Creating a pinned queue with clustering and
HA with service migration
WebLogic clustering is used for scalability, high availability, and parallel processing of the user
and server requests. The cluster distributes the load across the cluster's Managed Server
instances, and for the JMS queues each Server instance has its own queue member of a
distributed queue.
An application requirement may need a single JMS queue, pinned to a Managed Server
and not configured as a distributed queue, even though the WebLogic cluster is being used.
 
Search WWH ::




Custom Search