You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cm...@apache.org on 2009/07/01 18:46:47 UTC

svn commit: r790259 - /activemq/sandbox/activemq-flow/activemq-broker/src/main/resources/persistent-activemq.xml

Author: cmacnaug
Date: Wed Jul  1 16:46:47 2009
New Revision: 790259

URL: http://svn.apache.org/viewvc?rev=790259&view=rev
Log: (empty)

Added:
    activemq/sandbox/activemq-flow/activemq-broker/src/main/resources/persistent-activemq.xml   (with props)

Added: activemq/sandbox/activemq-flow/activemq-broker/src/main/resources/persistent-activemq.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-broker/src/main/resources/persistent-activemq.xml?rev=790259&view=auto
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-broker/src/main/resources/persistent-activemq.xml (added)
+++ activemq/sandbox/activemq-flow/activemq-broker/src/main/resources/persistent-activemq.xml Wed Jul  1 16:46:47 2009
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+    http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<broker xmlns="http://activemq.apache.org/schema/activemq/apollo">
+  <virtual-host>
+    <host-name>default</host-name>
+    <kahadb-store purge-on-startup="true" directory="${basedir}/target/test-data/kahadb"/>
+  </virtual-host>
+</broker>
\ No newline at end of file

Propchange: activemq/sandbox/activemq-flow/activemq-broker/src/main/resources/persistent-activemq.xml
------------------------------------------------------------------------------
    svn:eol-style = native