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 @@
 <UL class="alternate" type="square">
        <LI><A href="home.html" title="Home">Home</A></LI>
        <LI><A href="news.html" title="News">News</A></LI>
-       <LI><A href="changes-in-40.html" title="Changes in 4.0">New in 
4.0</A></LI>
+       <LI><A href="new-features.html" title="New Features">New 
Features</A></LI>
        <LI><A href="faq.html" title="FAQ">FAQ</A></LI>
        <LI><A href="site.html" title="Site">Site</A></LI>
        <LI><A href="articles.html" title="Articles">Articles</A></LI>
@@ -159,7 +159,7 @@
        <LI><A href="kaha-persistence.html" title="Kaha Persistence">Kaha 
Persistence</A></LI>
        <LI><A href="async-sends.html" title="Async Sends">Async Sends</A></LI>
        <LI><A href="jmsxuserid.html" title="JMSXUserID">JMSXUserID</A></LI>
-       <LI><A href="changes-in-40.html" title="Changes in 4.0">Other new 
features</A></LI>
+       <LI><A href="new-features.html" title="New Features">More New 
Features</A></LI>
 </UL>
 
 

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 @@
 <UL class="alternate" type="square">
        <LI><A href="home.html" title="Home">Home</A></LI>
        <LI><A href="news.html" title="News">News</A></LI>
-       <LI><A href="changes-in-40.html" title="Changes in 4.0">New in 
4.0</A></LI>
+       <LI><A href="new-features.html" title="New Features">New 
Features</A></LI>
        <LI><A href="faq.html" title="FAQ">FAQ</A></LI>
        <LI><A href="site.html" title="Site">Site</A></LI>
        <LI><A href="articles.html" title="Articles">Articles</A></LI>
@@ -159,7 +159,7 @@
        <LI><A href="kaha-persistence.html" title="Kaha Persistence">Kaha 
Persistence</A></LI>
        <LI><A href="async-sends.html" title="Async Sends">Async Sends</A></LI>
        <LI><A href="jmsxuserid.html" title="JMSXUserID">JMSXUserID</A></LI>
-       <LI><A href="changes-in-40.html" title="Changes in 4.0">Other new 
features</A></LI>
+       <LI><A href="new-features.html" title="New Features">More New 
Features</A></LI>
 </UL>
 
 

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 @@
 <UL class="alternate" type="square">
        <LI><A href="home.html" title="Home">Home</A></LI>
        <LI><A href="news.html" title="News">News</A></LI>
-       <LI><A href="changes-in-40.html" title="Changes in 4.0">New in 
4.0</A></LI>
+       <LI><A href="new-features.html" title="New Features">New 
Features</A></LI>
        <LI><A href="faq.html" title="FAQ">FAQ</A></LI>
        <LI><A href="site.html" title="Site">Site</A></LI>
        <LI><A href="articles.html" title="Articles">Articles</A></LI>
@@ -159,7 +159,7 @@
        <LI><A href="kaha-persistence.html" title="Kaha Persistence">Kaha 
Persistence</A></LI>
        <LI><A href="async-sends.html" title="Async Sends">Async Sends</A></LI>
        <LI><A href="jmsxuserid.html" title="JMSXUserID">JMSXUserID</A></LI>
-       <LI><A href="changes-in-40.html" title="Changes in 4.0">Other new 
features</A></LI>
+       <LI><A href="new-features.html" title="New Features">More New 
Features</A></LI>
 </UL>
 
 
@@ -247,6 +247,8 @@
 -->
             <DIV class="wiki-content"><H2><A 
name="SharedFileSystemFailover-SharedFileSystemFailover"></A>Shared File System 
Failover</H2>
 
+<P>First supported in ActiveMQ version 4.1</P>
+
 <P>If you have a SAN or shared file system it can be used to provide <EM>high 
availability</EM> such that if a broker is killed, another broker can take over 
immediately.</P>
 
 <P>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.</P>
@@ -261,8 +263,9 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A>,
-    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A> on Jun 20, 2006
-                  
+    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=chirino";>Hiram
 Chirino</A> on Jun 20, 2006
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=8828&originalId=8833";>view
 change</A>)
+              
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=8828";>edit 
page</A>)
     </DIV>
 


Reply via email to