Added useShutdownHook="false" (#735)
Set the property useShutdownHook to false
This commit is contained in:
parent
9c5a0ff10f
commit
805c472ed6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue