You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/07/30 22:41:52 UTC

svn commit: r1367283 - /activemq/activemq-apollo/trunk/apollo-itests/src/test/resources/apollo.xml

Author: chirino
Date: Mon Jul 30 20:41:52 2012
New Revision: 1367283

URL: http://svn.apache.org/viewvc?rev=1367283&view=rev
Log:
Some tests here depend on loose decoupling of the producer/consumer on topics.

Modified:
    activemq/activemq-apollo/trunk/apollo-itests/src/test/resources/apollo.xml

Modified: activemq/activemq-apollo/trunk/apollo-itests/src/test/resources/apollo.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-itests/src/test/resources/apollo.xml?rev=1367283&r1=1367282&r2=1367283&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-itests/src/test/resources/apollo.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-itests/src/test/resources/apollo.xml Mon Jul 30 20:41:52 2012
@@ -20,6 +20,7 @@
 
   <virtual_host id="default" purge_on_startup="true" auto_create_queues="true">
     <host_name>localhost</host_name>
+    <topic slow_consumer_policy="queue"/>
     <queue id="mirrored.**" mirrored="true"/>
 
     <queue id="quota-1.**" quota="1"/>