Skip to main content
Version: Next

Installing RabbitMQ

The latest release of RabbitMQ is <unreleased>. See change log for release notes. See RabbitMQ support timeline to find out what release series are supported.

Experimenting with RabbitMQ on your workstation? Try the community Docker image:

# latest RabbitMQ 4.x
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:4-management

Open Source RabbitMQ Server​

Installation Guides​

Preview Releases​

You can contribute to open source RabbitMQ by helping the community test preview releases. They are marked as pre-releases on GitHub.

VMware Tanzu RabbitMQ (Commercial Editions)​

Kubernetes​

RabbitMQ Cluster Kubernetes Operator​

Open source RabbitMQ Cluster Kubernetes Operator by VMware (developed on GitHub):

RabbitMQ Topology Kubernetes Operator​

Open source RabbitMQ Topology Kubernetes Operator by VMware (developed on GitHub):

Other guides related to Kubernetes:

Docker​

Cloud​

Downloads on GitHub​

Debian (Apt) and RPM (Yum) Repositories​

Provisioning Tools​

Release Signing Key​

Client Libraries​

Java Client​

Java Stream Protocol Client​

JMS Client​

.NET/C# Client​

.NET/C# Stream Protocol Client​

Erlang Client​

Clients for Other Languages​

The RabbitMQ community has created a large number of clients and developer tools covering a variety of platforms and languages.

Community Plugins​

For your convenience, we offer binary downloads of various plugins developed by the community.

Snapshot (Alpha) Builds​

Snapshot releases of the RabbitMQ broker available to users who wish to experiment with the latest and greatest features and bug fixes. For more details, head over to the snapshots page.