mirror of https://github.com/apache/activemq.git
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:
parent
ce6c902e03
commit
86f3da3f83
|
@ -32,7 +32,7 @@
|
||||||
<!--
|
<!--
|
||||||
The <broker> element is used to configure the ActiveMQ broker.
|
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.
|
For better performances use VM cursor and small memory limit.
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
</bean>
|
</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>
|
||||||
<managementContext createConnector="true">
|
<managementContext createConnector="true">
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
ACTIVEMQ_OPTS_MEMORY="-Xmx11g -Xms6g -Dorg.apache.activemq.UseDedicatedTaskRunner=false -Djava.util.logging.config.file=logging.properties -XX:+UseLargePages"
|
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"
|
<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"
|
advisorySupport="false"
|
||||||
enableStatistics="false"
|
enableStatistics="false"
|
||||||
schedulerSupport="false"
|
schedulerSupport="false"
|
||||||
|
|
Loading…
Reference in New Issue