v2.16.0 (Oct 20, 2025)
Enhancements
-
plugins
is a new command group for listing enabled plugins:# List plugins across all cluster nodes rabbitmqadmin plugins list_all # List plugins on a specific node rabbitmqadmin plugins list_on_node --node rabbit@hostname
-
Errors now include the
error
orreason
field from the API response (if they were present there) -
--timeout
is a new global option limits HTTP API request execution timeout. The value is in seconds and defaults
to 60s:rabbitmqadmin --timeout 15 queues list
Upgrades
- RabbitMQ HTTP API client was upgraded to
0.66.0