Skip to content

Commit dcdc80f

Browse files
committed
Add recovery listener with other shutdown hooks
1 parent 0ecf85e commit dcdc80f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ synchronized private void beginAutomaticRecovery() throws InterruptedException {
492492
return;
493493
}
494494

495-
this.addAutomaticRecoveryListener(newConn);
496495
this.recoverShutdownListeners(newConn);
497496
this.recoverBlockedListeners(newConn);
498497
this.recoverChannels(newConn);

0 commit comments

Comments
 (0)