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 a5d3e4f commit e39cb6fCopy full SHA for e39cb6f
src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java
@@ -560,7 +560,6 @@ public void removeConsumerRecoveryListener(ConsumerRecoveryListener listener) {
560
}
561
562
private synchronized void beginAutomaticRecovery() throws InterruptedException {
563
- this.wait(this.params.getRecoveryDelayHandler().getDelay(0));
564
final long delay = this.params.getRecoveryDelayHandler().getDelay(0);
565
if (delay > 0) {
566
this.wait(delay);
0 commit comments