[jboss-cvs] JBoss Messaging SVN: r8339 - in branches/JBMESSAGING_1876/integration: EAP5/etc/xmdesc and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 14 10:06:24 EDT 2011


Author: gaohoward
Date: 2011-06-14 10:06:23 -0400 (Tue, 14 Jun 2011)
New Revision: 8339

Modified:
   branches/JBMESSAGING_1876/integration/EAP4/etc/xmdesc/ConnectionFactory-xmbean.xml
   branches/JBMESSAGING_1876/integration/EAP5/etc/xmdesc/ConnectionFactory-xmbean.xml
Log:
fix defaults


Modified: branches/JBMESSAGING_1876/integration/EAP4/etc/xmdesc/ConnectionFactory-xmbean.xml
===================================================================
--- branches/JBMESSAGING_1876/integration/EAP4/etc/xmdesc/ConnectionFactory-xmbean.xml	2011-06-14 14:04:50 UTC (rev 8338)
+++ branches/JBMESSAGING_1876/integration/EAP4/etc/xmdesc/ConnectionFactory-xmbean.xml	2011-06-14 14:06:23 UTC (rev 8339)
@@ -161,7 +161,7 @@
    </attribute>
    
    <attribute access="read-write" getMethod="getMinTimeoutProcessTime" setMethod="setMinTimeoutProcessTime">
-      <description>Minimum processing time allowed for (milliseconds) in a timeout receive. Default is 50.</description>
+      <description>Minimum processing time allowed for (milliseconds) in a timeout receive. Default is 300.</description>
       <name>MinTimeoutProcessTime</name>
       <type>long</type>
    </attribute>

Modified: branches/JBMESSAGING_1876/integration/EAP5/etc/xmdesc/ConnectionFactory-xmbean.xml
===================================================================
--- branches/JBMESSAGING_1876/integration/EAP5/etc/xmdesc/ConnectionFactory-xmbean.xml	2011-06-14 14:04:50 UTC (rev 8338)
+++ branches/JBMESSAGING_1876/integration/EAP5/etc/xmdesc/ConnectionFactory-xmbean.xml	2011-06-14 14:06:23 UTC (rev 8339)
@@ -161,7 +161,7 @@
    </attribute>
    
    <attribute access="read-write" getMethod="getMinTimeoutProcessTime" setMethod="setMinTimeoutProcessTime">
-      <description>Minimum processing time allowed for (milliseconds) in a timeout receive. Default is 50.</description>
+      <description>Minimum processing time allowed for (milliseconds) in a timeout receive. Default is 300.</description>
       <name>MinTimeoutProcessTime</name>
       <type>long</type>
    </attribute>



More information about the jboss-cvs-commits mailing list