diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-04-14 15:54:16 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-04-14 15:54:16 +0000 |
| commit | ab8ba0dfc8979ac2fbba266b42e16f71c52276fe (patch) | |
| tree | 80ffdaea6a17003b904f569748544ac8d4829b2a /qpid/java/broker/etc/access | |
| parent | 3e7f6b624a7131c352e2240495da116f060fafc9 (diff) | |
| download | qpid-python-ab8ba0dfc8979ac2fbba266b42e16f71c52276fe.tar.gz | |
QPID-1807 : Add 0.5-fix broker and update SlowMessageStore to use MessageStores rather than TransactionLogs
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@764850 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc/access')
| -rw-r--r-- | qpid/java/broker/etc/access | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/qpid/java/broker/etc/access b/qpid/java/broker/etc/access new file mode 100644 index 0000000000..58b7443fa9 --- /dev/null +++ b/qpid/java/broker/etc/access @@ -0,0 +1,19 @@ +#
+# 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.
+
+guest:localhost(rw),test(rw)
\ No newline at end of file |
