rabbitmq / rabbitmq-website

RabbitMQ website
https://www.rabbitmq.com
Apache License 2.0
819 stars 723 forks source link

Document two 'new' features: channel_max_per_node and consumer_max_per_channel #2019

Closed johanrhodin closed 2 months ago

johanrhodin commented 2 months ago

These were added to the server in https://github.com/rabbitmq/rabbitmq-server/commit/d7374cb244af961331f24e060e77f721edb2b6d1 but never documented.

michaelklishin commented 2 months ago

This feature was backported to 3.13 in https://github.com/rabbitmq/rabbitmq-server/pull/10755 but this PR only updates the 4.0 version of the docs.

johanrhodin commented 2 months ago

...even 3.12.14 according to release notes https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.14

michaelklishin commented 2 months ago

Thank you.