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 7bcb677  NO-JIRA doc fix for Symmetric Cluster example
7bcb677 is described below

commit 7bcb67718da2c40c8ea5779d8eb452c2a2e12f4e
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Apr 30 09:12:04 2020 -0500

    NO-JIRA doc fix for Symmetric Cluster example
---
 examples/features/clustered/symmetric-cluster/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/features/clustered/symmetric-cluster/readme.md 
b/examples/features/clustered/symmetric-cluster/readme.md
index e062028..b7b592b 100644
--- a/examples/features/clustered/symmetric-cluster/readme.md
+++ b/examples/features/clustered/symmetric-cluster/readme.md
@@ -31,7 +31,7 @@ Here's the relevant snippet from the broker configuration, 
which tells the broke
           <discovery-group-ref discovery-group-name="my-discovery-group"/>
     </cluster-connection>
 
-In this example we create a symmetric cluster of six live nodes, and we also 
pair each live node with it's own backup node. (A backup node is not strictly 
necessary for a symmetric cluster).
+In this example we create a symmetric cluster of six live nodes.
 
 In this example will we will demonstrate this by deploying a JMS topic and 
Queue on all nodes of the cluster , sending messages to the queue and topic 
from different nodes, and verifying messages are received correctly by 
consumers on different nodes.
 

Reply via email to