Author: rgreig
Date: Fri Dec 15 06:26:54 2006
New Revision: 487566
URL: http://svn.apache.org/viewvc?view=rev&rev=487566
Log:
QPID-183 Patch supplied by Rob Godfrey. Major changes to durable topic
subscription handling.
Modified:
incubator/qpid/trunk/qpid/specs/amqp-8.0.xml
Modified: incubator/qpid/trunk/qpid/specs/amqp-8.0.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/specs/amqp-8.0.xml?view=diff&rev=487566&r1=487565&r2=487566
==============================================================================
--- incubator/qpid/trunk/qpid/specs/amqp-8.0.xml (original)
+++ incubator/qpid/trunk/qpid/specs/amqp-8.0.xml Fri Dec 15 06:26:54 2006
@@ -1352,7 +1352,27 @@
</doc>
<chassis name="client" implement="MUST"/>
</method>
+
+ <method name="bound" synchronous="1" index="22">
+ <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"/>
+ </method>
+
</class>
+
+
<class name="queue" handler="channel" index="50">
<!--
======================================================