mirror of https://github.com/apache/activemq.git
enable scheduler for test config: https://issues.apache.org/activemq/browse/AMQ-2967
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1033834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6aacb034ee
commit
49824ecab6
|
@ -32,7 +32,7 @@
|
|||
<bean id="springContext" class="org.apache.activemq.spring.SpringBrokerContext" />
|
||||
|
||||
<!-- lets create an embedded ActiveMQ Broker -->
|
||||
<amq:broker useJmx="true" persistent="false" start="false" brokerContext="#springContext">
|
||||
<amq:broker useJmx="true" schedulerSupport="true" persistent="false" start="false" brokerContext="#springContext">
|
||||
|
||||
<amq:plugins>
|
||||
<amq:jaasCertificateAuthenticationPlugin configuration="cert-login"/>
|
||||
|
|
Loading…
Reference in New Issue