File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 2535
2535
that consumer. The client may receive an arbitrary number of messages in
2536
2536
between sending the cancel method and receiving the cancel-ok reply.
2537
2537
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.
2544
2548
</doc >
2545
2549
2546
2550
<rule name = " 01" >
You can’t perform that action at this time.
0 commit comments