You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2009/08/11 19:21:57 UTC

svn commit: r803217 - /qpid/trunk/qpid/specs/amqp.0-9.xml

Author: rhs
Date: Tue Aug 11 17:21:57 2009
New Revision: 803217

URL: http://svn.apache.org/viewvc?rev=803217&view=rev
Log:
added proper response tag for bound-ok

Modified:
    qpid/trunk/qpid/specs/amqp.0-9.xml

Modified: qpid/trunk/qpid/specs/amqp.0-9.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/specs/amqp.0-9.xml?rev=803217&r1=803216&r2=803217&view=diff
==============================================================================
--- qpid/trunk/qpid/specs/amqp.0-9.xml (original)
+++ qpid/trunk/qpid/specs/amqp.0-9.xml Tue Aug 11 17:21:57 2009
@@ -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  ============================================================ -->



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org