Author: gtully
Date: Mon Mar 26 10:05:36 2012
New Revision: 1305288

URL: http://svn.apache.org/viewvc?rev=1305288&view=rev
Log:
ensure test starts with a clean slate, fix intermittent failure in hudson

Modified:
    
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/localBroker-plain.xml

Modified: 
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/localBroker-plain.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/localBroker-plain.xml?rev=1305288&r1=1305287&r2=1305288&view=diff
==============================================================================
--- 
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/localBroker-plain.xml
 (original)
+++ 
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/localBroker-plain.xml
 Mon Mar 26 10:05:36 2012
@@ -23,7 +23,7 @@
   http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd";>
   <bean 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
 
-<broker brokerName="localBroker" persistent="true" useShutdownHook="false" 
monitorConnectionSplits="true" xmlns="http://activemq.apache.org/schema/core";>
+<broker brokerName="localBroker" start="false" 
deleteAllMessagesOnStartup="true" persistent="true" useShutdownHook="false" 
monitorConnectionSplits="true" xmlns="http://activemq.apache.org/schema/core";>
     <networkConnectors>
       <networkConnector uri="static:(tcp://localhost:61617)" 
name="networkConnector"/>
     </networkConnectors>


Reply via email to