# Installer rabbitmq avec Homebrew, chocolatey, pacman, scoop, apk, apt, dnf, MacPorts, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de rabbitmq pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:rabbitmq
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install rabbitmq
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install rabbitmq-server
```

  Preuve: MacPorts ports tree: net/rabbitmq-server/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- pacman (92%):

```sh
sudo pacman -S rabbitmq
```

  Preuve: Arch Linux sync databases: rabbitmq from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- apk (92%):

```sh
sudo apk add rabbitmq-server
```

  Preuve: Alpine Linux edge package indexes: rabbitmq-server from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install rabbitmq-server
```

  Preuve: Debian stable package indexes: rabbitmq-server from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install rabbitmq-server
```

  Preuve: Fedora Rawhide package metadata: rabbitmq-server from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#rabbitmq-server
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ra/rabbitmq-server/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install rabbitmq-server
```

  Preuve: openSUSE Tumbleweed package metadata: rabbitmq-server from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install rabbitmq
```

  Preuve: Chocolatey community package catalog: rabbitmq from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','python.pypy'

- Scoop (92%):

```sh
scoop install extras/rabbitmq
```

  Preuve: Scoop official bucket manifest trees: bucket/rabbitmq.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:rabbitmq
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.3.4
- **Résumé source:** Messaging and streaming broker
- **Page d'accueil:** <https://www.rabbitmq.com>
- **Dépôt:** <https://github.com/rabbitmq/rabbitmq-server>
- **Dernière mise à jour:** 2026-07-23T17:00:45Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- rabbitmq-defaults (alias)
- rabbitmq-diagnostics (alias)
- rabbitmq-env (alias)
- rabbitmq-plugins (alias)
- rabbitmq-queues (alias)
- rabbitmq-server (alias)
- rabbitmq-streams (alias)
- rabbitmq-upgrade (alias)
- rabbitmqctl (alias)
- vmware-rabbitmq (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.3.4

## Notes de sécurité

formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: /etc/rabbitmq/rabbitmq.conf, /etc/rabbitmq/advanced.config, /etc/rabbitmq/rabbitmq-env.conf
- macOS: ${install_prefix}/etc/rabbitmq/rabbitmq.conf, ${install_prefix}/etc/rabbitmq/advanced.config, ${install_prefix}/etc/rabbitmq/rabbitmq-env.conf
- Unix: $RABBITMQ_HOME/etc/rabbitmq/rabbitmq.conf, $RABBITMQ_HOME/etc/rabbitmq/advanced.config, $RABBITMQ_HOME/etc/rabbitmq/rabbitmq-env.conf
- Windows: %APPDATA%\RabbitMQ\rabbitmq.conf, %APPDATA%\RabbitMQ\advanced.config, %APPDATA%\RabbitMQ\rabbitmq-env-conf.bat
## Autres enregistrements de gestionnaires de paquets

- pacman - rabbitmq - 4.3.1-1: normalized package name match | Arch Linux sync databases: rabbitmq from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Highly reliable and performant enterprise messaging implementation of AMQP written in Erlang/OTP | https://rabbitmq.com
- Chocolatey - rabbitmq: normalized package name match | Chocolatey community package catalog: rabbitmq from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','python.pypy'
- Scoop - extras/rabbitmq: normalized package name match | Scoop official bucket manifest trees: bucket/rabbitmq.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- MacPorts - rabbitmq-server: installed executable or alias match | MacPorts ports tree: net/rabbitmq-server/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - rabbitmq-server - 4.0.5-6+deb13u2: installed executable or alias match | Debian stable package indexes: rabbitmq-server from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | AMQP server written in Erlang | https://www.rabbitmq.com/
- Nix - rabbitmq-server: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ra/rabbitmq-server/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - rabbitmq-server - 3.12.1-1ubuntu1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: rabbitmq-server from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | AMQP server written in Erlang | https://www.rabbitmq.com/
- apk - rabbitmq-server - 4.3.4-r0: installed executable or alias match | Alpine Linux edge package indexes: rabbitmq-server from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Feature-rich multi-protocol messaging and streaming broker | https://www.rabbitmq.com/
- apk - rabbitmq-server-doc - 4.3.4-r0: installed executable or alias match | Alpine Linux edge package indexes: rabbitmq-server-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Feature-rich multi-protocol messaging and streaming broker (documentation) | https://www.rabbitmq.com/
- apk - rabbitmq-server-openrc - 4.3.4-r0: installed executable or alias match | Alpine Linux edge package indexes: rabbitmq-server-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Feature-rich multi-protocol messaging and streaming broker (OpenRC init scripts) | https://www.rabbitmq.com/
- dnf - rabbitmq-server - 4.3.4-1.fc45: installed executable or alias match | Fedora Rawhide package metadata: rabbitmq-server from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | The RabbitMQ server | https://www.rabbitmq.com/
- zypper - erlang-rabbitmq-client - 4.2.5-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: erlang-rabbitmq-client from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | RabbitMQ AMQP language bindings for Erlang | https://www.rabbitmq.com/
- zypper - rabbitmq-server - 4.2.5-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: rabbitmq-server from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A message broker supporting AMQP, STOMP and MQTT | https://www.rabbitmq.com/
- zypper - rabbitmq-server-bash-completion - 4.2.5-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: rabbitmq-server-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash completion for rabbitmq-server | https://www.rabbitmq.com/
- zypper - rabbitmq-server-plugins - 4.2.5-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: rabbitmq-server-plugins from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Plugins for the RabbitMQ server | https://www.rabbitmq.com/
- zypper - rabbitmq-server-zsh-completion - 4.2.5-1.5: installed executable or alias match | openSUSE Tumbleweed package metadata: rabbitmq-server-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh completion for rabbitmq-server | https://www.rabbitmq.com/


## Combined YAML source

View the package source record on GitHub. [combined/rabbitmq.yml](https://github.com/mxcl/pkgdb/blob/main/combined/rabbitmq.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
