mirror of https://github.com/apache/activemq.git
added snippet macro tags for the wiki
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@432519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee2462da41
commit
36553b336d
|
@ -18,6 +18,7 @@
|
|||
<beans>
|
||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
|
||||
|
||||
<!-- START SNIPPET: example -->
|
||||
<broker brokerName="slave" persistent="false" useJmx="false" deleteAllMessagesOnStartup="true" xmlns="http://activemq.org/config/1.0">
|
||||
|
||||
<transportConnectors>
|
||||
|
@ -32,5 +33,6 @@
|
|||
<kahaPersistenceAdapter dir = "${basedir}/target/activemq-data/slave"/>
|
||||
</persistenceAdapter>
|
||||
</broker>
|
||||
<!-- END SNIPPET: example -->
|
||||
|
||||
</beans>
|
||||
|
|
Loading…
Reference in New Issue