Skip to content

Commit e9b5bd2

Browse files
3.13.1 release notes: add an example for channel_max_per_node
1 parent 8539806 commit e9b5bd2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

release-notes/3.13.1.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
5656
#### Enhancements
5757

5858
* `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.
59+
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+
```
6065

6166
This is a guardrail mean to protect nodes from [application-level channel leaks](https://www.rabbitmq.com/docs/channels#channel-leaks).
6267

0 commit comments

Comments
 (0)