[hornetq-commits] JBoss hornetq SVN: r8148 - in trunk/examples/jms/application-layer-failover: server1 and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 27 12:14:48 EDT 2009


Author: jmesnil
Date: 2009-10-27 12:14:48 -0400 (Tue, 27 Oct 2009)
New Revision: 8148

Modified:
   trunk/examples/jms/application-layer-failover/server0/hornetq-configuration.xml
   trunk/examples/jms/application-layer-failover/server1/hornetq-configuration.xml
Log:
application layer failover example

* no need to declare the servers as clustered

Modified: trunk/examples/jms/application-layer-failover/server0/hornetq-configuration.xml
===================================================================
--- trunk/examples/jms/application-layer-failover/server0/hornetq-configuration.xml	2009-10-27 10:45:01 UTC (rev 8147)
+++ trunk/examples/jms/application-layer-failover/server0/hornetq-configuration.xml	2009-10-27 16:14:48 UTC (rev 8148)
@@ -2,8 +2,6 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
-   <clustered>true</clustered>
-
    <!-- Connectors -->
    <connectors>
       <connector name="netty-connector">

Modified: trunk/examples/jms/application-layer-failover/server1/hornetq-configuration.xml
===================================================================
--- trunk/examples/jms/application-layer-failover/server1/hornetq-configuration.xml	2009-10-27 10:45:01 UTC (rev 8147)
+++ trunk/examples/jms/application-layer-failover/server1/hornetq-configuration.xml	2009-10-27 16:14:48 UTC (rev 8148)
@@ -2,8 +2,6 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
 
-   <clustered>true</clustered>
-
    <!-- Connectors -->
 
    <connectors>



More information about the hornetq-commits mailing list