RabbitMQ hỗ trợ nhiều loại limit:
- Connection limits — max connection per node
- Channel limits — max channel per connection hoặc per user
- Memory limits — % RAM trước khi block publisher
- Queue limits — max length (số message hoặc bytes) trước khi drop/reject
- Per-user limits — connection, channel per user. Cấu hình trong rabbitmq.conf (global), qua rabbitmqctl (runtime), hoặc management UI
Ví dụ: memory limit 60%, max queue length 1M message, user "app1" giới hạn 100 connection. Limit quá thấp gây failure, quá cao rủi ro node outage.