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 2006/03/30 02:37:21 UTC

svn commit: r389942 - /incubator/activemq/trunk/assembly/src/sample-conf/journal-example.xml

Author: chirino
Date: Wed Mar 29 16:37:20 2006
New Revision: 389942

URL: http://svn.apache.org/viewcvs?rev=389942&view=rev
Log:
The journal constrcutor changed.

Modified:
    incubator/activemq/trunk/assembly/src/sample-conf/journal-example.xml

Modified: incubator/activemq/trunk/assembly/src/sample-conf/journal-example.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/src/sample-conf/journal-example.xml?rev=389942&r1=389941&r2=389942&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/src/sample-conf/journal-example.xml (original)
+++ incubator/activemq/trunk/assembly/src/sample-conf/journal-example.xml Wed Mar 29 16:37:20 2006
@@ -19,10 +19,6 @@
                 </constructor-arg>
 
                 <constructor-arg index="2">
-                    <amq:usageManager/>
-                </constructor-arg>
-
-                <constructor-arg index="3">
                     <bean id="myTaskRunnerFactory" class="org.apache.activemq.thread.TaskRunnerFactory"/>
                 </constructor-arg>
             </amq:journalPersistenceAdapter>