mirror of https://github.com/apache/activemq.git
AMQ-4252: OSGi JARs in activemq-spring is provided and optional.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1433835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7011ea5b13
commit
a0f785a758
|
@ -101,7 +101,7 @@
|
|||
-->
|
||||
|
||||
<shutdownHooks>
|
||||
<bean xmlns="http://www.springframework.org/schema/beans" id="hook" class="org.apache.activemq.hooks.SpringOsgiContextHook" />
|
||||
<bean xmlns="http://www.springframework.org/schema/beans" id="hook" class="org.apache.activemq.hooks.osgi.SpringOsgiContextHook" />
|
||||
</shutdownHooks>
|
||||
|
||||
<!-- The transport connectors ActiveMQ will listen to -->
|
||||
|
|
Loading…
Reference in New Issue