mirror of https://github.com/apache/activemq.git
enable schedualing for these tests https://issues.apache.org/activemq/browse/AMQ-2967
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1023714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5cbb4db7f6
commit
e4cd23e35d
|
@ -33,7 +33,7 @@
|
|||
|
||||
<bean id="springContext" class="org.apache.activemq.spring.SpringBrokerContext" />
|
||||
|
||||
<broker useJmx="true" persistent="false" xmlns="http://activemq.apache.org/schema/core" populateJMSXUserID="true" brokerContext="#springContext">
|
||||
<broker useJmx="true" schedulerSupport="true" persistent="false" xmlns="http://activemq.apache.org/schema/core" populateJMSXUserID="true" brokerContext="#springContext">
|
||||
|
||||
<plugins>
|
||||
<simpleAuthenticationPlugin>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<bean id="springContext" class="org.apache.activemq.spring.SpringBrokerContext" />
|
||||
|
||||
<broker start="false" useJmx="true" persistent="false" xmlns="http://activemq.apache.org/schema/core" populateJMSXUserID="true" brokerContext="#springContext">
|
||||
<broker start="false" useJmx="true" schedulerSupport="true" persistent="false" xmlns="http://activemq.apache.org/schema/core" populateJMSXUserID="true" brokerContext="#springContext">
|
||||
|
||||
<plugins>
|
||||
<simpleAuthenticationPlugin>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<bean id="springContext" class="org.apache.activemq.spring.SpringBrokerContext" />
|
||||
|
||||
<broker useJmx="true" persistent="false" xmlns="http://activemq.apache.org/schema/core" populateJMSXUserID="true" brokerContext="#springContext">
|
||||
<broker useJmx="true" schedulerSupport="true" persistent="false" xmlns="http://activemq.apache.org/schema/core" populateJMSXUserID="true" brokerContext="#springContext">
|
||||
|
||||
<plugins>
|
||||
<simpleAuthenticationPlugin>
|
||||
|
|
Loading…
Reference in New Issue