You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/09/29 01:16:05 UTC

[1/2] activemq-artemis git commit: This closes #1560

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 0b2a8eca4 -> 6fc51b10d


This closes #1560


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6fc51b10
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6fc51b10
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6fc51b10

Branch: refs/heads/master
Commit: 6fc51b10df880699c5975cac76e617269317c708
Parents: 0b2a8ec a181372
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Sep 28 21:15:57 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Sep 28 21:15:57 2017 -0400

----------------------------------------------------------------------
 docs/user-manual/en/clusters.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: NO-JIRA correct connectionLoadBalancingPolicyClassName in docs

Posted by cl...@apache.org.
NO-JIRA correct connectionLoadBalancingPolicyClassName in docs


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/a1813722
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a1813722
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a1813722

Branch: refs/heads/master
Commit: a1813722568b59de689005ca23c5c6398372462b
Parents: 0b2a8ec
Author: Justin Bertram <jb...@apache.org>
Authored: Thu Sep 28 12:58:53 2017 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Sep 28 21:15:57 2017 -0400

----------------------------------------------------------------------
 docs/user-manual/en/clusters.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a1813722/docs/user-manual/en/clusters.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/clusters.md b/docs/user-manual/en/clusters.md
index c0559b9..3ae7cf5 100644
--- a/docs/user-manual/en/clusters.md
+++ b/docs/user-manual/en/clusters.md
@@ -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: