We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dcf24 commit 5751564Copy full SHA for 5751564
src/com/rabbitmq/client/Channel.java
@@ -172,8 +172,8 @@ public interface Channel extends ShutdownNotifier {
172
* active.
173
*
174
* In these circumstances, you can register a default consumer to handle
175
- * such deliveries. If no default consumer is registered the delivery is
176
- * ignored.
+ * such deliveries. If no default consumer is registered an
+ * IllegalStateException will be thrown when such a delivery arrives.
177
178
* Most people will not need to use this.
179
0 commit comments