This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > rabbitmq-server (3.6.10)

RabbitMQ is a feature rich, multi-protocol messaging broker.

It supports:
AMQP 0-9-1
STOMP 1.0 through 1.2
MQTT 3.1.1
AMQP 1.0

This script requires a 'rabbitmq' user/group to exist before
running. The recommended UID/GID is 319.
You can create these like so:
groupadd -g 319 rabbitmq
useradd -u 319 -g 319 -c "Rabbit MQ" \
-d /var/lib/rabbitmq -s /bin/sh rabbitmq

This requires: erlang-otp

Maintained by: Andre Barboza
Keywords: MQ,messaging,queue,integration,broker,AMQP,STOMP,MQTT
ChangeLog: rabbitmq-server

Homepage:
https://www.rabbitmq.com/

Source Downloads:
rabbitmq-server-3.6.10.tar.xz (3b2e7514a016a81859443723f6be514b)

Download SlackBuild:
rabbitmq-server.tar.gz
rabbitmq-server.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds