Added useShutdownHook="false" (#735)

Set the property useShutdownHook to false
This commit is contained in:
Kiran 2016-10-11 03:31:10 -04:00 committed by Grzegorz Piwowarek
parent 9c5a0ff10f
commit 805c472ed6
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@
http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
<!-- Embedded ActiveMQ Broker -->
<amq:broker id="broker" useJmx="false" persistent="false">
<amq:broker id="broker" useJmx="false" persistent="false" useShutdownHook="false">
<amq:transportConnectors>
<amq:transportConnector uri="tcp://localhost:61616" />
</amq:transportConnectors>
</amq:broker>
</beans>
</beans>