[jboss-cvs] JBoss Messaging SVN: r5430 - trunk/src/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 25 04:15:51 EST 2008


Author: timfox
Date: 2008-11-25 04:15:50 -0500 (Tue, 25 Nov 2008)
New Revision: 5430

Modified:
   trunk/src/config/jbm-jms.xml
Log:
Further tweak


Modified: trunk/src/config/jbm-jms.xml
===================================================================
--- trunk/src/config/jbm-jms.xml	2008-11-25 09:11:00 UTC (rev 5429)
+++ trunk/src/config/jbm-jms.xml	2008-11-25 09:15:50 UTC (rev 5430)
@@ -16,7 +16,7 @@
 
    <connection-factory name="ServerAckConnectionFactory">
       <connector-ref connector-name="netty"/>
-      <pre-commit-acks>true</pre-commit-acks>
+      <pre-acknowledge>true</pre-acknowledge>
       <entry name="ServerAckConnectionFactory"/>
       <entry name="/ServerAckConnectionFactory"/>
       <entry name="/ServerAckXAConnectionFactory"/>
@@ -64,7 +64,7 @@
       <!--If true, any connections will automatically set a unique group id (per producer) on every message sent-->
       <auto-group-id>true</auto-group-id>
       <!--if true then the server will pre ack any message before delivery to a consumer-->
-      <pre-commit-acks>false</pre-commit-acks>
+      <pre-acknowledge>false</pre-acknowledge>
    </connection-factory>
 
    <connection-factory name="TestInVMConnectionFactory">




More information about the jboss-cvs-commits mailing list