summaryrefslogtreecommitdiff
path: root/net/rabbitmqadmin/pkg-descr
blob: a416d7373581541af8949ded1cb42ee3a0a5661b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
rabbitmqadmin is a command-line tool for managing RabbitMQ via its HTTP API.
It allows administrators to declare, list, and delete RabbitMQ objects such as
queues, exchanges, bindings, users, virtual hosts, and more.

This is version 2 of rabbitmqadmin, a complete rewrite of the original Python
tool. It provides a modern CLI interface with improved validation, better error
handling, and is distributed as a standalone binary rather than as part of the
RabbitMQ management plugin.

Key features include:
- Managing virtual hosts, queues, exchanges, bindings, and users
- Purging queues and publishing/retrieving messages
- Working with policies, shovels, and federation
- Exporting and importing definitions
- Health checks and monitoring
- Support for TOML-based configuration files