| Port details on branch 2025Q1 |
- rabbitmq Erlang implementation of AMQP
- 4.2.5 net
=10 4.2.5Version of this port present on the latest quarterly branch. - Maintainer: erlang@FreeBSD.org
 - Port Added: 2008-07-14 01:52:04
- Last Update: 2026-03-20 15:35:32
- Commit Hash: 53ec74e
- People watching this port, also watch:: nginx, apache24, rsync, pkg, git
- License: MPL20
- WWW:
- https://www.rabbitmq.com/
- Description:
- RabbitMQ is a complete and highly reliable Enterprise Messaging
system. The RabbitMQ client libraries and broker daemon can be used
together to create an AMQP network, or used individually to bring
the benefits of RabbitMQ to established networks.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- To install the port:
- cd /usr/ports/net/rabbitmq/ && make install clean
- To add the package, run one of these commands:
- pkg install net/rabbitmq
- pkg install rabbitmq
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rabbitmq
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1774012345
SHA256 (rabbitmq-server-generic-unix-4.2.5.tar.xz) = 1cfce9374e37c56e4efd3831e90c5508a511bae87dbaa95f7bdddd36f71e27aa
SIZE (rabbitmq-server-generic-unix-4.2.5.tar.xz) = 22923416
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- erlang-runtime27>=27 : lang/erlang-runtime27
- This port is required by:
- for Build
-
- net/p5-Net-RabbitMQ
- for Run
-
- devel/py-celery-progress
- net/p5-Net-RabbitMQ
- www/onlyoffice-documentserver
Configuration Options:
- No options to configure
- Options name:
- net_rabbitmq
- USES:
- cpe shebangfix tar:xz
- pkg-message:
- If upgrading
- In preparation for upgrading to future RabbitMQ releases, users *must*
enable all feature flags before upgrading to v4.0.4, and subsequently,
enable all feature flags *again* directly after upgrading.
See https://www.rabbitmq.com/docs/upgrade for details.
- For install:
- First-time users will want to run:
sudo -u rabbitmq rabbitmq-plugins enable rabbitmq_management
sudo -u rabbitmq rabbitmqctl enable_feature_flag --experimental khepri_db
and restart, to enable the web admin console at http://localhost:15672/
with a default username and password of guest:guest. You should change it..
See https://www.rabbitmq.com/docs for install help, and
https://www.rabbitmq.com/docs/configure for further options.
- Master Sites:
|