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.
2 parents 971dbab + eecc139 commit e309568Copy full SHA for e309568
src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java
@@ -805,7 +805,7 @@ void maybeDeleteRecordedAutoDeleteExchange(String exchange) {
805
// last binding where this exchange is the source is gone, remove recorded exchange
806
// if it is auto-deleted. See bug 26364.
807
if((x != null) && x.isAutoDelete()) {
808
- this.recordedExchanges.remove(exchange);
+ deleteRecordedExchange(exchange);
809
}
810
811
0 commit comments