File tree Expand file tree Collapse file tree 2 files changed +20
-17
lines changed
versioned_docs/version-3.13 Expand file tree Collapse file tree 2 files changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -370,14 +370,6 @@ See [Java client guide](/client-libraries/java-api-guide#consuming) for examples
370
370
371
371
See [ .NET client guide] ( /client-libraries/dotnet-api-guide#consuming ) for examples.
372
372
373
- ## Limiting the number of Consumers per channel
374
-
375
- In some scenarios where consumer leaks can happen it is good to limit the number of consumers that can be active on
376
- each channel. This can be configured in [ rabbitmq.conf] ( ./configure#config-file ) using the setting ` consumer_max_per_channel ` :
377
-
378
- ``` ini
379
- consumer_max_per_channel = 100
380
- ```
381
373
382
374
## Fetching Individual Messages ("Pull API") {#fetching}
383
375
@@ -471,6 +463,16 @@ The timeout is specified in milliseconds.
471
463
Whether the timeout should be enforced is evaluated periodically, at one minute intervals.
472
464
473
465
466
+ ## Limiting the number of Consumers per channel
467
+
468
+ In some scenarios where consumer leaks can happen it is good to limit the number of consumers that can be active on
469
+ each channel. This can be configured in [ rabbitmq.conf] ( ./configure#config-file ) using the setting ` consumer_max_per_channel ` :
470
+
471
+ ``` ini
472
+ consumer_max_per_channel = 100
473
+ ```
474
+
475
+
474
476
## Exclusivity {#exclusivity}
475
477
476
478
When registering a consumer with an AMQP 0-9-1 client, [ the ` exclusive ` flag] ( /amqp-0-9-1-reference#basic.consume )
Original file line number Diff line number Diff line change @@ -140,15 +140,6 @@ See [Java client guide](/client-libraries/java-api-guide#consuming) for examples
140
140
141
141
See [ .NET client guide] ( /client-libraries/dotnet-api-guide#consuming ) for examples.
142
142
143
- ## Limiting the number of Consumers per channel
144
-
145
- In some scenarios where consumer leaks can happen it is good to limit the number of consumers that can be active on
146
- each channel. This can be configured in [ rabbitmq.conf] ( ./configure#config-file ) using the setting ` consumer_max_per_channel ` :
147
-
148
- ``` ini
149
- consumer_max_per_channel = 100
150
- ```
151
-
152
143
## Message Properties and Delivery Metadata {#message-properties}
153
144
154
145
Every delivery combines message metadata and delivery information. Different client
@@ -471,6 +462,16 @@ The timeout is specified in milliseconds.
471
462
Whether the timeout should be enforced is evaluated periodically, at one minute intervals.
472
463
473
464
465
+ ## Limiting the number of Consumers per channel
466
+
467
+ In some scenarios where consumer leaks can happen it is good to limit the number of consumers that can be active on
468
+ each channel. This can be configured in [ rabbitmq.conf] ( ./configure#config-file ) using the setting ` consumer_max_per_channel ` :
469
+
470
+ ``` ini
471
+ consumer_max_per_channel = 100
472
+ ```
473
+
474
+
474
475
## Exclusivity {#exclusivity}
475
476
476
477
When registering a consumer with an AMQP 0-9-1 client, [ the ` exclusive ` flag] ( /amqp-0-9-1-reference#basic.consume )
You can’t perform that action at this time.
0 commit comments