### Describe the bug A number of global (per cluster) limits introduced in 2023-2025 do not have an obvious place to put them: 1. For virtual hosts: https://github.com/rabbitmq/rabbitmq-server/pull/7798 2. For queues and streams https://github.com/rabbitmq/rabbitmq-server/pull/7798 3. For exchanges https://github.com/rabbitmq/rabbitmq-server/pull/14304 We do have [per virtual host limits documented](https://www.rabbitmq.com/docs/vhosts#limits) because there is a natural place for those docs to go: the virtual hosts guide. ### Expected behavior Those limits should be documented. Protecting clusters from application-induced resource leaks is a thing.