You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2019/06/24 14:01:45 UTC

[activemq-artemis] branch master updated: NO-JIRA fix HA doc port typo

This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new c8a6d0d  NO-JIRA fix HA doc port typo
c8a6d0d is described below

commit c8a6d0da95c21acb9c395ec7e98c9206bf47dc9a
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Mon Jun 24 09:00:57 2019 -0500

    NO-JIRA fix HA doc port typo
---
 docs/user-manual/en/ha.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/en/ha.md b/docs/user-manual/en/ha.md
index 672e704..1b82426 100644
--- a/docs/user-manual/en/ha.md
+++ b/docs/user-manual/en/ha.md
@@ -510,8 +510,8 @@ If the HA Policy is colocated then connectors and acceptors will be
 inherited from the live server creating it and offset depending on the
 setting of `backup-port-offset` configuration element. If this is set to
 say 100 (which is the default) and a connector is using port 61616 then
-this will be set to 5545 for the first server created, 5645 for the
-second and so on.
+this will be set to 61716 for the first server created, 61816 for the
+second, and so on.
 
 > **Note:**
 >
@@ -522,7 +522,7 @@ second and so on.
 
 It may be that some of the Connectors configured are for external
 servers and hence should be excluded from the offset. for instance a
-Connector used by the cluster connection to do quorum voting for a
+connector used by the cluster connection to do quorum voting for a
 replicated backup server, these can be omitted from being offset by
 adding them to the `ha-policy` configuration like so: