You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ac...@apache.org on 2007/01/12 07:52:11 UTC

svn commit: r495499 - /incubator/activemq/trunk/assembly/src/sample-conf/memory-example.xml

Author: aco
Date: Thu Jan 11 22:52:11 2007
New Revision: 495499

URL: http://svn.apache.org/viewvc?view=rev&rev=495499
Log:
Minor: Fix wrong conf format

Modified:
    incubator/activemq/trunk/assembly/src/sample-conf/memory-example.xml

Modified: incubator/activemq/trunk/assembly/src/sample-conf/memory-example.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/sample-conf/memory-example.xml?view=diff&rev=495499&r1=495498&r2=495499
==============================================================================
--- incubator/activemq/trunk/assembly/src/sample-conf/memory-example.xml (original)
+++ incubator/activemq/trunk/assembly/src/sample-conf/memory-example.xml Thu Jan 11 22:52:11 2007
@@ -15,9 +15,9 @@
     limitations under the License.
 -->
 <!-- START SNIPPET: xbean -->
-<beans xmlns="http://activemq.org/config/1.0">
+<beans>
   
-  <broker useJmx="false" brokerName="memoryBroker">
+  <broker useJmx="false" brokerName="memoryBroker" xmlns="http://activemq.org/config/1.0">
     <persistenceAdapter>
        <memoryPersistenceAdapter/>
     </persistenceAdapter>