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 44539ad commit 114fd80Copy full SHA for 114fd80
test/src/com/rabbitmq/client/test/CloseInMainLoop.java
@@ -66,7 +66,7 @@ public void handleConsumerException(Channel channel,
66
"Internal error in Consumer " + consumerTag,
67
false,
68
exception,
69
- AMQConnection.CONNECTION_CLOSING_TIMEOUT,
+ -1,
70
false);
71
} catch (Throwable e) {
72
// Man, this clearly isn't our day.
0 commit comments