Author: rajdavies
Date: Thu Feb 7 04:56:12 2008
New Revision: 619388
URL: http://svn.apache.org/viewvc?rev=619388&view=rev
Log:
slave deletes all messages on startup now
Modified:
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml
Modified:
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml?rev=619388&r1=619387&r2=619388&view=diff
==============================================================================
---
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml
(original)
+++
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/ft/slave.xml
Thu Feb 7 04:56:12 2008
@@ -18,7 +18,7 @@
<beans>
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
- <broker brokerName="slave" useJmx="false"
masterConnectorURI="tcp://localhost:62001" deleteAllMessagesOnStartup="true"
xmlns="http://activemq.org/config/1.0">
+ <broker brokerName="slave" useJmx="false"
masterConnectorURI="tcp://localhost:62001"
xmlns="http://activemq.org/config/1.0">
<transportConnectors>
<transportConnector uri="tcp://localhost:62002"/>
</transportConnectors>