Author: cwiklik
Date: Tue Jan 11 21:28:45 2011
New Revision: 1057876

URL: http://svn.apache.org/viewvc?rev=1057876&view=rev
Log:
UIMA-1996 removed deprecated destroyApplicationContextOnStop property from 
broker element in activemq-journal.xml

Modified:
    uima/uima-as/trunk/uima-as-distr/src/main/config/activemq-nojournal.xml

Modified: 
uima/uima-as/trunk/uima-as-distr/src/main/config/activemq-nojournal.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-distr/src/main/config/activemq-nojournal.xml?rev=1057876&r1=1057875&r2=1057876&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-distr/src/main/config/activemq-nojournal.xml 
(original)
+++ uima/uima-as/trunk/uima-as-distr/src/main/config/activemq-nojournal.xml Tue 
Jan 11 21:28:45 2011
@@ -24,11 +24,11 @@
     <!-- Allows us to use system properties as variables in this configuration 
file -->
     <bean 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
         <property name="locations">
-            <value>file:${activemq.base}/conf/credentials.properties</value>
+            <value>file:${activemq.home}/conf/credentials.properties</value>
         </property>      
     </bean>
 
-    <broker xmlns="http://activemq.apache.org/schema/core"; 
brokerName="localhost" persistent="false" 
destroyApplicationContextOnStop="true" schedulerSupport="false">
+    <broker xmlns="http://activemq.apache.org/schema/core"; 
brokerName="localhost" persistent="false" schedulerSupport="false">
  
         <!--
                        For better performances use VM cursor and small memory 
limit.


Reply via email to