
Monitoring - RabbitMQ
A number of popular tools, both open source and commercial, can be used to monitor RabbitMQ. As mentioned above, the combination of Prometheus and Grafana is what team RabbitMQ would …
Monitoring with Prometheus and Grafana - RabbitMQ
This guide covers RabbitMQ monitoring with two popular tools: Prometheus, a monitoring toolkit; and Grafana, a metrics visualisation system. These tools together form a powerful toolkit for long-term …
Management Plugin - RabbitMQ
The RabbitMQ management plugin provides an HTTP-based API for management and monitoring of RabbitMQ nodes and clusters, along with a browser-based UI and a command line tool, rabbitmqadmin.
Clients Libraries and Developer Tools - RabbitMQ
RabbitMQ is officially supported on a number of operating systems and has several official client libraries. In addition, the RabbitMQ community has created numerous clients, adaptors and tools that …
rabbitmq-diagnostics.8
rabbitmq-diagnostics is a command line tool that provides commands used for diagnostics, monitoring and health checks of RabbitMQ nodes. See the RabbitMQ documentation guides to learn more …
Command Line Tools | RabbitMQ
A RabbitMQ plugin can provide CLI commands that will be discovered by tools such as rabbitmq-diagnostics, rabbitmq-queues, rabbitmqctl, and others. For plugin commands to be discoverable, the …
HTTP API Reference | RabbitMQ
In addition to client libraries, there is an HTTP API-specific CLI tool for both interactive and script use. See rabbitmqadmin v2, a Command Line Tool for the HTTP API to learn more.
rabbitmqadmin v2, a Command Line Tool for the HTTP API | RabbitMQ
This command helps verify that rabbitmqadmin is targeting the correct RabbitMQ HTTP API endpoint, for example, when a rabbitmqadmin.conf file exists or environment variables may be set in the …
RabbitMQ PerfTest
Jul 22, 2025 · RabbitMQ has a throughput testing tool, PerfTest, that is based on the Java client and can be configured to simulate basic workloads and more advanced workloads as well.
Installing on Windows - RabbitMQ
Once a supported version of Erlang is installed, download the RabbitMQ installer, rabbitmq-server-{version}.exe and run it. It installs RabbitMQ as a Windows service and starts it using the default …