mirror of https://github.com/apache/activemq.git
Minor: Fix wrong conf format
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@495499 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f30b0d8113
commit
ba7519049f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue