mirror of https://github.com/apache/activemq.git
persistent not used - but needs to be set in config - as only has affect before
start is called on the broker (which happens automatically via afterPropertiesSet()) git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@490800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
974ec34df5
commit
5b33fefd41
|
@ -22,7 +22,7 @@
|
|||
|
||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" />
|
||||
|
||||
<broker xmlns="http://activemq.org/config/1.0">
|
||||
<broker persistent="false" useJmx="false" xmlns="http://activemq.org/config/1.0">
|
||||
<destinationInterceptors>
|
||||
<virtualDestinationInterceptor>
|
||||
<virtualDestinations>
|
||||
|
|
Loading…
Reference in New Issue