ABOUT
RabbitMQ is a robust messaging broker widely used for message queuing, streaming, and decoupling services. It supports multiple messaging protocols, ensures reliable message delivery, and offers features like routing, clustering, and federation. RabbitMQ is suitable for various use cases, including microservices communication, real-time data processing, and IoT applications.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM4 GB disk
Config path/etc/rabbitmq/rabbitmq.conf
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/rabbitmq.sh'; sha='0a2a2369fe23529c2c0f5fcddc3d6277b1addf789b3d499afdc5bd6e2b0c3ff9'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/rabbitmq.shSHA-256 0a2a2369fe23529c2c0f5fcddc3d6277b1addf789b3d499afdc5bd6e2b0c3ff9 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.