We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8539806 commit e9b5bd2Copy full SHA for e9b5bd2
release-notes/3.13.1.md
@@ -56,7 +56,12 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
56
#### Enhancements
57
58
* `channel_max_per_node` is a new per-node limit that allows to put a cap on the number
59
- of AMQP 0-9-1 channels that can be concurrently open by all clients connected to a node.
+ of AMQP 0-9-1 channels that can be concurrently open by all clients connected to a node:
60
+
61
+ ``` ini
62
+ # rabbitmq.conf
63
+ channel_max_per_node = 5000
64
+ ```
65
66
This is a guardrail mean to protect nodes from [application-level channel leaks](https://www.rabbitmq.com/docs/channels#channel-leaks).
67
0 commit comments