summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2007-01-09 19:48:47 +0000
committerKim van der Riet <kpvdr@apache.org>2007-01-09 19:48:47 +0000
commit05a3cae74bd2ea34b1577f8d91b4735a8e221660 (patch)
tree51e8bace65a51c67644ea52b280b23297ffc751a /specs
parent62c921bce20ab6d193602e31ccf75074efdf495d (diff)
downloadqpid-python-05a3cae74bd2ea34b1577f8d91b4735a8e221660.tar.gz
Added Exchange.Bound and Exchange.BoundOk in additional xml file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@494542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r--specs/exchange-bound.0-9.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/specs/exchange-bound.0-9.xml b/specs/exchange-bound.0-9.xml
new file mode 100644
index 0000000000..11caffc813
--- /dev/null
+++ b/specs/exchange-bound.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">
+
+ <!-- == EXCHANGE ============================================================ -->
+
+ <class name = "exchange" handler = "channel" index = "40" label = "work with exchanges">
+
+ <method name="bound" synchronous="1" index="22">
+ <field name="exchange" domain="exchange name" />
+ <field name = "routing key" type = "shortstr" label = "message routing key">
+ <doc>
+ Specifies the routing key for the message. The routing key is
+ used for routing messages depending on the exchange configuration.
+ </doc>
+ </field>
+ <field name = "queue" domain = "queue name" label = "queue name" />
+ </method>
+
+ <method name="bound-ok" synchronous="1" index="23">
+ <field name="reply code" domain="reply code"/>
+ <field name="reply text" domain="reply text"/>
+ </method>
+ </class>
+</amqp>