[jbpm-commits] JBoss JBPM SVN: r6847 - jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/destination.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 25 12:12:30 EST 2010


Author: alex.guizar at jboss.com
Date: 2010-11-25 12:12:29 -0500 (Thu, 25 Nov 2010)
New Revision: 6847

Modified:
   jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/destination/jbpm-mq-service.xml
Log:
increase jbossmq redelivery delay to prevent thrashing

Modified: jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/destination/jbpm-mq-service.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/destination/jbpm-mq-service.xml	2010-11-25 17:00:36 UTC (rev 6846)
+++ jbpm3/branches/jbpm-3.2-soa/distribution/src/main/resources/destination/jbpm-mq-service.xml	2010-11-25 17:12:29 UTC (rev 6847)
@@ -16,12 +16,12 @@
     <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
     <!-- JBPM-1952 a small redelivery delay goes a long way towards mitigating
          stale state exceptions and deadlocks under heavy concurrency conditions -->
-    <attribute name="RedeliveryDelay">1000</attribute>
+    <attribute name="RedeliveryDelay">5000</attribute>
   </mbean>
 
   <mbean code="org.jboss.mq.server.jmx.Queue"
 	 name="jboss.mq.destination:service=Queue,name=JbpmCommandQueue">
     <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
-    <attribute name="RedeliveryDelay">1000</attribute>
+    <attribute name="RedeliveryDelay">5000</attribute>
   </mbean>
 </server>



More information about the jbpm-commits mailing list