[jboss-cvs] JBoss Messaging SVN: r3204 - in trunk: src/etc/server/default/deploy and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 19 08:42:17 EDT 2007


Author: timfox
Date: 2007-10-19 08:42:17 -0400 (Fri, 19 Oct 2007)
New Revision: 3204

Modified:
   trunk/docs/userguide/en/modules/configuration.xml
   trunk/src/etc/server/default/deploy/messaging-service.xml
Log:
UseXAForMessagePull default to false


Modified: trunk/docs/userguide/en/modules/configuration.xml
===================================================================
--- trunk/docs/userguide/en/modules/configuration.xml	2007-10-19 12:05:47 UTC (rev 3203)
+++ trunk/docs/userguide/en/modules/configuration.xml	2007-10-19 12:42:17 UTC (rev 3204)
@@ -298,7 +298,7 @@
             <para>If true, then move a reliable message from one node to
             another in an XA transaction. Relaxing this gives better
             performance at the expense of some reliability. See the cluster
-            configurations section for more details. Default is true.</para>
+            configurations section for more details. Default is false.</para>
          </section>
          <section id="conf.serverpeer.attributes.defaultpreserveordering">
             <title>DefaultPreserveOrdering</title>

Modified: trunk/src/etc/server/default/deploy/messaging-service.xml
===================================================================
--- trunk/src/etc/server/default/deploy/messaging-service.xml	2007-10-19 12:05:47 UTC (rev 3203)
+++ trunk/src/etc/server/default/deploy/messaging-service.xml	2007-10-19 12:42:17 UTC (rev 3204)
@@ -83,7 +83,7 @@
       
       <!-- Use XA when pulling persistent messages from a remote node to this one. -->
       
-      <attribute name="UseXAForMessagePull">true</attribute>
+      <attribute name="UseXAForMessagePull">false</attribute>
       
       <!-- When redistributing messages in the cluster. Do we need to preserve the order of messages received
             by a particular consumer from a particular producer? -->




More information about the jboss-cvs-commits mailing list