Skip to content

Commit 830f6ee

Browse files
johanrhodinmichaelklishin
authored andcommitted
Document default_consumer_prefetch
This was introduced in rabbitmq/rabbitmq-server#1408, but never documented.
1 parent 71a4cb5 commit 830f6ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/consumer-prefetch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,8 @@ messages between them, with a maximum of 10 messages for each
121121
consumer. This will be slower than the above examples, due to
122122
the additional overhead of coordinating between the channel and
123123
the queues to enforce the global limit.
124+
125+
## <a id="default-limit" class="anchor" href="#default-limit">Configurable default prefetch</a>
126+
127+
RabbitMQ can use a default prefetch that will be applied if the consumer doesn't specify one.
128+
The value to set is `default_consumer_prefetch` and can be specified in the [configuration file](/configure.html#config-file)

0 commit comments

Comments
 (0)