Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 67617 invoked from network); 20 Jun 2006 13:19:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jun 2006 13:19:55 -0000 Received: (qmail 35189 invoked by uid 500); 20 Jun 2006 13:19:55 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 35168 invoked by uid 500); 20 Jun 2006 13:19: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 35159 invoked by uid 99); 20 Jun 2006 13:19:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 06:19: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; Tue, 20 Jun 2006 06:19:53 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 14FCD1A9842; Tue, 20 Jun 2006 06:19:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r415633 - in /incubator/activemq/site: features.html replicated-message-store.html shared-file-system-failover.html Date: Tue, 20 Jun 2006 13:19:31 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060620131933.14FCD1A9842@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: jstrachan Date: Tue Jun 20 06:19:30 2006 New Revision: 415633 URL: http://svn.apache.org/viewvc?rev=415633&view=rev Log: Latest export from confluence Modified: incubator/activemq/site/features.html incubator/activemq/site/replicated-message-store.html incubator/activemq/site/shared-file-system-failover.html Modified: incubator/activemq/site/features.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/features.html?rev=415633&r1=415632&r2=415633&view=diff ============================================================================== --- incubator/activemq/site/features.html (original) +++ incubator/activemq/site/features.html Tue Jun 20 06:19:30 2006 @@ -69,7 +69,7 @@ Modified: incubator/activemq/site/replicated-message-store.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/replicated-message-store.html?rev=415633&r1=415632&r2=415633&view=diff ============================================================================== --- incubator/activemq/site/replicated-message-store.html (original) +++ incubator/activemq/site/replicated-message-store.html Tue Jun 20 06:19:30 2006 @@ -69,7 +69,7 @@ Modified: incubator/activemq/site/shared-file-system-failover.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/shared-file-system-failover.html?rev=415633&r1=415632&r2=415633&view=diff ============================================================================== --- incubator/activemq/site/shared-file-system-failover.html (original) +++ incubator/activemq/site/shared-file-system-failover.html Tue Jun 20 06:19:30 2006 @@ -69,7 +69,7 @@ @@ -247,6 +247,8 @@ -->

Shared File System Failover

+

First supported in ActiveMQ version 4.1

+

If you have a SAN or shared file system it can be used to provide high availability such that if a broker is killed, another broker can take over immediately.

Basically you can run as many brokers as you wish from the same shared file system directory. The first broker to grab the exclusive lock on the file is the master broker. If that broker dies and releases the lock then another broker takes over. The slave brokers sit in a loop trying to grab the lock from the master broker.

@@ -261,8 +263,9 @@