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 0cfbbca commit fb032acCopy full SHA for fb032ac
src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringChannel.java
@@ -721,7 +721,7 @@ private void maybeDeleteRecordedAutoDeleteExchange(String exchange) {
721
this.connection.maybeDeleteRecordedAutoDeleteExchange(exchange);
722
}
723
724
- public void updateConsumerTag(String tag, String newTag) {
+ void updateConsumerTag(String tag, String newTag) {
725
synchronized (this.consumerTags) {
726
consumerTags.remove(tag);
727
consumerTags.add(newTag);
0 commit comments