Author: gertv
Date: Tue Feb 24 07:57:51 2009
New Revision: 747295
URL: http://svn.apache.org/viewvc?rev=747295&view=rev
Log:
SMX4-226: Avoid use of shutdown hook in SMX4 -- thx to ccustine for finding the
lost activemq-broker file
Modified:
servicemix/smx4/features/trunk/examples/cxf-jms-osgi/src/main/resources/META-INF/spring/activemq-broker.xml
Modified:
servicemix/smx4/features/trunk/examples/cxf-jms-osgi/src/main/resources/META-INF/spring/activemq-broker.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-jms-osgi/src/main/resources/META-INF/spring/activemq-broker.xml?rev=747295&r1=747294&r2=747295&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/examples/cxf-jms-osgi/src/main/resources/META-INF/spring/activemq-broker.xml
(original)
+++
servicemix/smx4/features/trunk/examples/cxf-jms-osgi/src/main/resources/META-INF/spring/activemq-broker.xml
Tue Feb 24 07:57:51 2009
@@ -27,7 +27,7 @@
<!-- Allows us to use system properties as variables in this configuration
file -->
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
- <broker xmlns="http://activemq.apache.org/schema/core"
brokerName="default" dataDirectory="${servicemix.base}/data/activemq/default">
+ <broker xmlns="http://activemq.apache.org/schema/core"
brokerName="default" dataDirectory="${servicemix.base}/data/activemq/default"
useShutdownHook="true">
<!-- Destination specific policies using destination names or
wildcards -->
<destinationPolicy>