NO-JIRA correct connectionLoadBalancingPolicyClassName in docs

This commit is contained in:
Justin Bertram 2017-09-28 12:58:53 -05:00 committed by Clebert Suconic
parent 0b2a8eca4f
commit a181372256
1 changed files with 2 additions and 2 deletions

View File

@ -739,10 +739,10 @@ using JMS or the core API. If you don't specify a policy then the
default will be used which is
`org.apache.activemq.artemis.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy`.
The parameter `loadBalancingPolicyClassName` can be set on the URI to
The parameter `connectionLoadBalancingPolicyClassName` can be set on the URI to
configure what load balancing policy to use:
tcp://localhost:61616?loadBalancingPolicyClassName=org.apache.activemq.artemis.api.core.client.loadbalance.RandomConnectionLoadBalancingPolicy
tcp://localhost:61616?connectionLoadBalancingPolicyClassName=org.apache.activemq.artemis.api.core.client.loadbalance.RandomConnectionLoadBalancingPolicy
The set of servers over which the factory load balances can be
determined in one of two ways: