Author: jstrachan
Date: Fri Jun 9 03:46:37 2006
New Revision: 413008
URL: http://svn.apache.org/viewvc?rev=413008&view=rev
Log:
tidied up the namespaces
Modified:
incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
Modified: incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=413008&r1=413007&r2=413008&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ incubator/activemq/trunk/assembly/src/release/conf/activemq.xml Fri Jun 9
03:46:37 2006
@@ -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"/>
-->