RabbitMQ is a high-performant, scalable message broker for AMQP clients.
This image contains RabbitMQ Server Management version 4 running on Debian 13 Slim. It's built on top of the latest stable Erlang image to ensure compatibility and optimal performance.
Run a temporary container with the RabbitMQ Management
docker run --rm -it sourcemation/rabbitmq-4-management:latest
As of April 28, 2026, this image includes the new v2 version of rabbitmqadmin (also known as rabbitmqadmin-ng), which is a standalone Rust-based binary. This version replaces the legacy Python script to align with official RabbitMQ 4.x distributions.
Please review the breaking and potentially breaking changes when migrating from the legacy Python-based version.
This image uses the following environment variables:
APP_NAME="rabbitmq-4-management"
APP_VERSION="4.3.5"
HOME=/var/lib/rabbitmq
RABBITMQ_DATA_DIR=/var/lib/rabbitmq
RABBITMQ_HOME=/opt/rabbitmq
PATH=/opt/rabbitmq/sbin:/opt/erlang/bin:/opt/openssl/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG=C.UTF-8
LANGUAGE=C.UTF-8
LC_ALL=C.UTF-8
This image exposes the following ports:
Please note that the ports need to be either manually forwarded with the
-p option or let Docker choose some for you with the -P option.
This image uses the following volumes:
/var/lib/rabbitmqWe welcome your contributions! If you have new feature requests, want to report a bug, or wish to submit a pull request with your code or an image request, you can do so via the Sourcemation GitHub repository for this image.
Disclaimer: The sourcemation/rabbitmq-4-management image is not affiliated with
the Broadcom. The respective companies and
organisations own the trademarks mentioned in the offering. The
sourcemation/rabbitmq-4-management image is a separate project and is maintained by
Sourcemation.
The base license for the solution (RabbitMQ Server) is the Mozilla Public
License Version 2.0 and Apache License Version
2.0.
The Erlang licence is the Apache License 2.0.
The OpenSSL licence is Apache License 2.0.
The Debian licence is the GNU General Public License v3.0.
Content type
Image
Digest
sha256:3f4f8662c…
Size
118 MB
Last updated
15 days ago
docker pull sourcemation/rabbitmq-4-management