tidied up the namespaces

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-06-09 10:46:37 +00:00
parent 8eb04d6b95
commit c3d8fe18d4
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<!-- START SNIPPET: xbean -->
<beans xmlns="http://activemq.org/config/1.0">
<beans>
<broker useJmx="true">
<broker useJmx="true" xmlns="http://activemq.org/config/1.0">
<!-- Use the following to set the broker memory limit (in bytes)
<memoryManager>
@ -34,7 +34,7 @@
<persistenceAdapter>
<journaledJDBC journalLogFiles="5" dataDirectory="../activemq-data"/>
<!-- To use a different datasource, use th following syntax : -->
<!-- To use a different datasource, use the following syntax : -->
<!--
<journaledJDBC journalLogFiles="5" dataDirectory="../activemq-data" dataSource="#postgres-ds"/>
-->