[jboss-cvs] JBossAS SVN: r101366 - projects/docs/enterprise/5.0/JBoss_Messaging_1.4.3/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 23 20:34:52 EST 2010


Author: benlc
Date: 2010-02-23 20:34:52 -0500 (Tue, 23 Feb 2010)
New Revision: 101366

Modified:
   projects/docs/enterprise/5.0/JBoss_Messaging_1.4.3/en-US/Configuration.xml
Log:
'modification to text as per JBPAPP-3788'


Modified: projects/docs/enterprise/5.0/JBoss_Messaging_1.4.3/en-US/Configuration.xml
===================================================================
--- projects/docs/enterprise/5.0/JBoss_Messaging_1.4.3/en-US/Configuration.xml	2010-02-24 01:33:05 UTC (rev 101365)
+++ projects/docs/enterprise/5.0/JBoss_Messaging_1.4.3/en-US/Configuration.xml	2010-02-24 01:34:52 UTC (rev 101366)
@@ -17,6 +17,12 @@
   <para>
     AOP interceptor stacks can be configured in <filename>aop-messaging-client.xml</filename> (for client-side behavior) and <filename>aop-messaging-server.xml</filename> (for server-side behavior). There is usually no need to change these files, but some interceptors can be removed to improve performance if they are not required. Ensure that you have considered the security implications before removing the security interceptor.
   </para>
+  
+  <warning><title>Clustering won't work with the default database.</title>
+    <para>
+      JBoss uses HSQLDB as the default database. This database is not production-ready. For a clustered installation, it is necessary that all nodes have access to a shared database. It is necessary to replace the default HSQLDB database with a production-ready shared database for clustering to work.
+    </para>  
+  </warning>
 
   <section id="conf.serverpeer">
     <title>Configuring the ServerPeer</title>




More information about the jboss-cvs-commits mailing list