mirror of https://github.com/apache/activemq.git
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:
parent
8eb04d6b95
commit
c3d8fe18d4
|
@ -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"/>
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue