Skip to content

WorkPool#unlimit why change all channels queue capacity size #687

Description

@wangqiandeniangniang

When using java client version 5.11.0 , I feel confused,com.rabbitmq.client.impl.WorkPool#unlimit why change all channels queue capacity size ?why not change single channel ?

public synchronized void unlimit(K key) {
unlimited.add(key);
if (!unlimited.isEmpty()) {
setCapacities(Integer.MAX_VALUE);
}
}

Looking forward to your reply as soon as possible, thank you very much

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions