Skip to content

Commit 262951e

Browse files
committed
Add unofficial queue.unbind extension from the 0-9 spec
1 parent 21c809b commit 262951e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/specs/amqp0-8.stripped.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,18 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
312312
<method name="bind-ok" synchronous="1" index="21">
313313
<chassis name="client" implement="MUST"/>
314314
</method>
315+
<method name="unbind" synchronous="1" index="50">
316+
<chassis name="server" implement="MUST"/>
317+
<response name="unbind-ok"/>
318+
<field name="ticket" domain="access ticket"/>
319+
<field name="queue" domain="queue name"/>
320+
<field name="exchange" domain="exchange name"/>
321+
<field name="routing key" domain="shortstr"/>
322+
<field name="arguments" domain="table"/>
323+
</method>
324+
<method name="unbind-ok" synchronous="1" index="51">
325+
<chassis name="client" implement="MUST"/>
326+
</method>
315327
<method name="purge" synchronous="1" index="30">
316328
<chassis name="server" implement="MUST"/>
317329
<response name="purge-ok"/>

0 commit comments

Comments
 (0)