summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-08-11 17:21:57 +0000
committerRafael H. Schloming <rhs@apache.org>2009-08-11 17:21:57 +0000
commit6593fb9928ad94e534aa6edffbcb969e86bfb3e4 (patch)
tree9a30a57d750ed50670a5b77af4e992a0db37e8e0 /specs
parent50dfb0697c6a080fe216eade8bc011c6c8094000 (diff)
downloadqpid-python-6593fb9928ad94e534aa6edffbcb969e86bfb3e4.tar.gz
added proper response tag for bound-ok
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803217 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
-rw-r--r--specs/amqp.0-9.xml35
1 files changed, 17 insertions, 18 deletions
diff --git a/specs/amqp.0-9.xml b/specs/amqp.0-9.xml
index 1615fea99d..73cace7015 100644
--- a/specs/amqp.0-9.xml
+++ b/specs/amqp.0-9.xml
@@ -1659,29 +1659,28 @@
<doc>This method confirms the deletion of an exchange.</doc>
<chassis name = "client" implement = "MUST" />
</method>
-
- <!-- RG : Added Exchange.bound and Exchange.bound-ok -->
- <method name="bound" synchronous="1" index="22">
- <chassis name="server" implement="SHOULD"/>
- <field name="exchange" domain="exchange-name"/>
- <field name = "routing-key" type = "shortstr">
- 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"/>
+
+ <!-- RG : Added Exchange.bound and Exchange.bound-ok -->
+ <method name="bound" synchronous="1" index="22">
+ <chassis name="server" implement="SHOULD"/>
+ <response name="bound-ok"/>
+ <field name="exchange" domain="exchange-name"/>
+ <field name = "routing-key" type = "shortstr">
+ 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"/>
</method>
<method name="bound-ok" synchronous="1" index="23">
- <field name="reply-code" domain="reply-code"/>
- <field name="reply-text" domain="reply-text"/>
- <chassis name="client" implement="SHOULD"/>
+ <field name="reply-code" domain="reply-code"/>
+ <field name="reply-text" domain="reply-text"/>
+ <chassis name="client" implement="SHOULD"/>
</method>
-
-
</class>
<!-- == QUEUE ============================================================ -->