File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,9 @@ public interface Consumer {
51
51
52
52
/**
53
53
* Called when the consumer is cancelled for reasons other than by a
54
- * basicCancel: e.g. the queue is deleted. See handleCancelOk for
55
- * notification of consumer cancellation due to basicCancel.
54
+ * basicCancel: e.g. the queue has been deleted (either by this channel or
55
+ * by any other channel). See handleCancelOk for notification of consumer
56
+ * cancellation due to basicCancel.
56
57
*
57
58
* @throws IOException
58
59
*/
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ public void releaseChannelNumber() {
353
353
ex ,
354
354
callback ,
355
355
m .getConsumerTag (),
356
- "handleCancelNotification " );
356
+ "handleCancel " );
357
357
}
358
358
}
359
359
return true ;
You can’t perform that action at this time.
0 commit comments