Skip to content

Configurable default consumer prefetch for new channels #1408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 27, 2017

Conversation

dcorbacho
Copy link
Contributor

@dcorbacho dcorbacho commented Oct 27, 2017

Default consumer prefetch can be provided in the config:

{rabbit, [{default_consumer_prefetch, {false, 0}}]}

or applied in runtime:

rabbitmqctl eval 'application:set_env(rabbit, default_consumer_prefetch, {false, 0}).'

Closes #1367

@michaelklishin michaelklishin merged commit 1972f89 into master Oct 27, 2017
@dumbbell dumbbell deleted the rabbitmq-server-1367 branch January 2, 2018 15:18
johanrhodin added a commit to johanrhodin/rabbitmq-website that referenced this pull request Jul 7, 2021
This was introduced in rabbitmq/rabbitmq-server#1408, but never documented.
michaelklishin pushed a commit to rabbitmq/rabbitmq-website that referenced this pull request Aug 9, 2021
This was introduced in rabbitmq/rabbitmq-server#1408, but never documented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants