Team RabbitMQ has deprecated direct public access to its package repositories hosted on Cloudsmith for dnf, yum, and apt package managers.
This change does not impact the availability or licensing of open-source RabbitMQ binary packages. Packages remain freely available on the official RabbitMQ mirror infrastructure.
Bandwidth & Quota Limits: Direct public traffic to Cloudsmith consistently exhausted monthly bandwidth quotas.
Official Mirror Infrastructure: The *.rabbitmq.com mirror network has significantly higher bandwidth quotas and is designed to handle high-volume public traffic.
Upstream Role: Cloudsmith will now strictly serve as an internal upstream sync repository for RPM packages rather than a direct client-facing endpoint.
To ensure continuous access to security updates and patch releases, update your repository configuration files on affected servers.
apt)Remove or disable legacy Cloudsmith references in /etc/apt/sources.list or /etc/apt/sources.list.d/rabbitmq.list.
Update your sources configuration to use deb*.rabbitmq.com as described in the Official RabbitMQ Debian Installation Guide.
Import the official Team RabbitMQ GPG signing key if not already present.
Run apt-get update.
dnf / yum)Update your .repo file (typically located at /etc/yum.repos.d/rabbitmq.repo) to replace Cloudsmith URLs with yum*.rabbitmq.com mirror endpoints as outlined in the Official RabbitMQ RPM Installation Guide.
Existing GPG keys do not need to be modified for RPM mirrors.
Run dnf clean all (or yum clean all) followed by dnf makecache.