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 {
5151
5252 /**
5353 * 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.
5657 *
5758 * @throws IOException
5859 */
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ public void releaseChannelNumber() {
353353 ex ,
354354 callback ,
355355 m .getConsumerTag (),
356- "handleCancelNotification " );
356+ "handleCancel " );
357357 }
358358 }
359359 return true ;
You can’t perform that action at this time.
0 commit comments