summaryrefslogtreecommitdiff
path: root/specs/amqp-errata.0-9.xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-19 19:15:11 +0000
committerAlan Conway <aconway@apache.org>2007-03-19 19:15:11 +0000
commit776c3c3a9a37b5ec4f75b40c406aabba55fd30ec (patch)
tree01e4036372f2745f9b6103564fdd8ea4b6f8aa11 /specs/amqp-errata.0-9.xml
parent1d74de398b1edaf6c1eb7a69219a24ceb3f107e8 (diff)
downloadqpid-python-776c3c3a9a37b5ec4f75b40c406aabba55fd30ec.tar.gz
* python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and "0-9"
to load default 0-8 or 0-9 XML respectively. Default is still 0-8. Merged revisions 501586 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9 ........ r501586 | rhs | 2007-01-30 16:44:41 -0500 (Tue, 30 Jan 2007) | 1 line updated python spec parse to load from multiple files, changed default specs to include errata ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@520050 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs/amqp-errata.0-9.xml')
-rw-r--r--specs/amqp-errata.0-9.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/specs/amqp-errata.0-9.xml b/specs/amqp-errata.0-9.xml
new file mode 100644
index 0000000000..8b9d818234
--- /dev/null
+++ b/specs/amqp-errata.0-9.xml
@@ -0,0 +1,44 @@
+<?xml version = "1.0"?>
+<!--
+ -
+ - 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.
+ -
+ -->
+<amqp major = "0" minor = "9" port = "5672" comment = "AMQ Protocol version 0-9">
+
+ <constant name = "frame-request" value = "9" />
+ <constant name = "frame-response" value = "10" />
+
+ <!-- == MESSAGE =========================================================== -->
+
+ <class name = "message" index = "120">
+ <method name = "transfer" index = "10">
+ <chassis name = "server" implement = "MUST" />
+ <chassis name = "client" implement = "MUST" />
+ <field name = "mandatory" type = "bit" label = "indicate mandatory routing">
+ <doc>
+ This flag tells the server how to react if the message cannot be
+ routed to a queue. If this flag is set, the server will return an
+ unroutable message with a Return method. If this flag is zero, the
+ server silently drops the message.
+ </doc>
+ </field>
+ </method>
+ </class>
+
+</amqp>