destroyApplicationContextOnStop is depreciated and ignored, causes a warn message

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1097163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2011-04-27 16:06:40 +00:00
parent ce6c902e03
commit 86f3da3f83
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
<!--
The <broker> element is used to configure the ActiveMQ broker.
-->
<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.base}/data" destroyApplicationContextOnStop="true">
<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.base}/data">
<!--
For better performances use VM cursor and small memory limit.

View File

@ -63,7 +63,7 @@
</bean>
-->
<broker useJmx="true" persistent="false" xmlns="http://activemq.apache.org/schema/core" destroyApplicationContextOnStop="true">
<broker useJmx="true" persistent="false" xmlns="http://activemq.apache.org/schema/core" >
<managementContext>
<managementContext createConnector="true">

View File

@ -36,7 +36,7 @@
ACTIVEMQ_OPTS_MEMORY="-Xmx11g -Xms6g -Dorg.apache.activemq.UseDedicatedTaskRunner=false -Djava.util.logging.config.file=logging.properties -XX:+UseLargePages"
-->
<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost"
dataDirectory="${activemq.base}/data" destroyApplicationContextOnStop="true" deleteAllMessagesOnStartup="true"
dataDirectory="${activemq.base}/data" deleteAllMessagesOnStartup="true"
advisorySupport="false"
enableStatistics="false"
schedulerSupport="false"