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:
James Strachan 2006-08-18 08:35:20 +00:00
parent ee2462da41
commit 36553b336d
1 changed files with 2 additions and 0 deletions

View File

@ -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>