Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 20209 invoked from network); 21 Aug 2006 17:40:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Aug 2006 17:40:55 -0000 Received: (qmail 63680 invoked by uid 500); 21 Aug 2006 17:40:55 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 63664 invoked by uid 500); 21 Aug 2006 17:40:55 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 63655 invoked by uid 99); 21 Aug 2006 17:40:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 10:40:55 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 10:40:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6E24B1A981A; Mon, 21 Aug 2006 10:40:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r433303 - in /incubator/activemq/site: features.html masterslave.html Date: Mon, 21 Aug 2006 17:40:32 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060821174033.6E24B1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chirino Date: Mon Aug 21 10:40:32 2006 New Revision: 433303 URL: http://svn.apache.org/viewvc?rev=433303&view=rev Log: Latest export from confluence Modified: incubator/activemq/site/features.html incubator/activemq/site/masterslave.html Modified: incubator/activemq/site/features.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/features.html?rev=433303&r1=433302&r2=433303&view=diff ============================================================================== --- incubator/activemq/site/features.html (original) +++ incubator/activemq/site/features.html Mon Aug 21 10:40:32 2006 @@ -287,7 +287,10 @@ Hide Children

The randomize property just disables randomness so that the transport will always try the master first, then the slave if it can't connect to that. Note that the slave does not accept connections until it becomes the master

-

Limitations

+

Limitations of Pure Master Slave

  • Only one slave can be connected to the Master
  • @@ -340,7 +370,7 @@
-

Configuring MasterSlave

+

Configuring Pure Master Slave

A master broker doesn't need any special configuration - it's a normal broker until a slave broker attaches itself.
To identify a broker as a slave - there is just one property to set (see below) as this example shows - so configuration is nice and easy:

@@ -415,8 +445,8 @@