[jboss-cvs] JBoss Messaging SVN: r7958 - projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_4_3_7/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 23 20:16:31 EST 2010
Author: benlc
Date: 2010-02-23 20:16:30 -0500 (Tue, 23 Feb 2010)
New Revision: 7958
Modified:
projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_4_3_7/en-US/configuration.xml
Log:
'committing changes relating to JBPAPP-3788'
Modified: projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_4_3_7/en-US/configuration.xml
===================================================================
--- projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_4_3_7/en-US/configuration.xml 2010-02-23 05:34:41 UTC (rev 7957)
+++ projects/eap-docs/tags/JBoss_Messaging_User_Guide_EAP_4_3_7/en-US/configuration.xml 2010-02-24 01:16:30 UTC (rev 7958)
@@ -30,6 +30,12 @@
performance increase, if you don't need them. Be very careful 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 which is a <emphasis>local</emphasis> shared database. 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