Skip to content

Commit 937a441

Browse files
author
Matthew Sackman
committed
improve clarity of wording
1 parent d276efd commit 937a441

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/specs/amqp0-9-1.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2535,12 +2535,16 @@
25352535
that consumer. The client may receive an arbitrary number of messages in
25362536
between sending the cancel method and receiving the cancel-ok reply.
25372537

2538-
It is also sent from the server to the client in the event of
2539-
the consumer being unexpectedly cancelled (i.e. cancelled for
2540-
any reason other than the server receiving the corresponding
2541-
basic.cancel from the client). This allows clients to be
2542-
notified of the loss of consumers due to events such as queue
2543-
deletion.
2538+
It may also be sent from the server to the client in the event
2539+
of the consumer being unexpectedly cancelled (i.e. cancelled
2540+
for any reason other than the server receiving the
2541+
corresponding basic.cancel from the client). This allows
2542+
clients to be notified of the loss of consumers due to events
2543+
such as queue deletion. Note that as it is not a MUST for
2544+
clients to accept this method from the client, it is advisable
2545+
for the broker to be able to identify those clients that are
2546+
capable of accepting the method, through some means of
2547+
capability negotiation.
25442548
</doc>
25452549

25462550
<rule name = "01">

0 commit comments

Comments
 (0)