Author: dejanb
Date: Fri Jan 30 14:33:04 2009
New Revision: 739293
URL: http://svn.apache.org/viewvc?rev=739293&view=rev
Log:
additional fix for https://issues.apache.org/activemq/browse/AMQ-2086;
reverting changes since turning off persistence fails some tests
Modified:
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/duplexLocalBroker.xml
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/remoteBroker.xml
Modified:
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/duplexLocalBroker.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/duplexLocalBroker.xml?rev=739293&r1=739292&r2=739293&view=diff
==============================================================================
---
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/duplexLocalBroker.xml
(original)
+++
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/duplexLocalBroker.xml
Fri Jan 30 14:33:04 2009
@@ -18,7 +18,7 @@
<beans>
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
-<broker brokerName="localBroker" persistent="false" useShutdownHook="false"
xmlns="http://activemq.apache.org/schema/core">
+<broker brokerName="localBroker" persistent="true" useShutdownHook="false"
xmlns="http://activemq.apache.org/schema/core">
<transportConnectors>
<transportConnector uri="tcp://localhost:61616"/>
</transportConnectors>
Modified:
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/remoteBroker.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/remoteBroker.xml?rev=739293&r1=739292&r2=739293&view=diff
==============================================================================
---
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/remoteBroker.xml
(original)
+++
activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/network/remoteBroker.xml
Fri Jan 30 14:33:04 2009
@@ -18,7 +18,7 @@
<beans>
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
- <broker brokerName="remoteBroker" useJmx="false" persistent="false"
useShutdownHook="false" monitorConnectionSplits="true"
xmlns="http://activemq.apache.org/schema/core">
+ <broker brokerName="remoteBroker" useJmx="false" persistent="true"
useShutdownHook="false" monitorConnectionSplits="true"
xmlns="http://activemq.apache.org/schema/core">
<transportConnectors>
<transportConnector uri="tcp://localhost:61617"/>
</transportConnectors>