You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2011/10/27 14:29:29 UTC

svn commit: r1189717 - /activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml

Author: gtully
Date: Thu Oct 27 12:29:28 2011
New Revision: 1189717

URL: http://svn.apache.org/viewvc?rev=1189717&view=rev
Log:
fix intermittent failure - org.apache.activemq.bugs.AMQ2764Test#testBrokerRestart, have network consumers use lower priority so that a local consumer can get all messages < prefetch

Modified:
    activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml

Modified: activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml?rev=1189717&r1=1189716&r2=1189717&view=diff
==============================================================================
--- activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml (original)
+++ activemq/trunk/activemq-optional/src/test/resources/org/apache/activemq/bugs/amq2764/reconnect-broker1.xml Thu Oct 27 12:29:28 2011
@@ -31,7 +31,7 @@
 
     <networkConnectors>
       <!--<networkConnector uri="static:(http://localhost:61617?proxyHost=localhost&amp;proxyPort=80)" duplex="true">-->
-      <networkConnector name="1-2" uri="static:(http://localhost:61617?readCheckTime=4000&amp;initialDelayTime=4000&amp;keepAliveResponseRequired=true)" duplex="true">
+      <networkConnector name="1-2" uri="static:(http://localhost:61617?readCheckTime=4000&amp;initialDelayTime=4000&amp;keepAliveResponseRequired=true)" duplex="true" decreaseNetworkConsumerPriority="true">
         <staticallyIncludedDestinations>
           <queue physicalName="RECONNECT.TEST.QUEUE"/>
         </staticallyIncludedDestinations>