[hornetq-commits] JBoss hornetq SVN: r10127 - trunk/docs/eap-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 20 05:44:07 EST 2011


Author: ataylor
Date: 2011-01-20 05:44:06 -0500 (Thu, 20 Jan 2011)
New Revision: 10127

Modified:
   trunk/docs/eap-manual/en/clusters.xml
Log:
updated docs

Modified: trunk/docs/eap-manual/en/clusters.xml
===================================================================
--- trunk/docs/eap-manual/en/clusters.xml	2011-01-19 16:54:23 UTC (rev 10126)
+++ trunk/docs/eap-manual/en/clusters.xml	2011-01-20 10:44:06 UTC (rev 10127)
@@ -290,6 +290,8 @@
 
                   <jmx-domain>org.hornetq.backup1</jmx-domain>
 
+                  <file-deployment-enabled>true</file-deployment-enabled>
+
                   <clustered>true</clustered>
 
                   <backup>true</backup>
@@ -383,6 +385,11 @@
                </programlisting>
                <para>
                   The first thing you can see is we have added a
+                  <literal>file-deployment-enabled</literal> and set it to true. This is because we want to bypass the
+                  AS deployers and use the hornetq ones instead.
+               </para>
+               <para>
+                  The second thing you can see is we have added a
                   <literal>jmx-domain</literal>
                   attribute, this is used when
                   adding objects, such as the HornetQ server and JMS server to jmx, we change this from the default



More information about the hornetq-commits mailing list