Port details on branch 2024Q3 |
- rabbitmq Erlang implementation of AMQP
- 3.13.7 net =0 3.13.7Version of this port present on the latest quarterly branch.
- Maintainer: erlang@FreeBSD.org
- Port Added: 2024-08-19 15:12:09
- Last Update: 2024-09-12 08:29:58
- Commit Hash: 981e35a
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1724770708
SHA256 (rabbitmq-server-generic-unix-3.13.7.tar.xz) = 45e5423c43f15c9d2b6ee5947f8e4f256fcfa0c1e7743e60c473cd006954e1fa
SIZE (rabbitmq-server-generic-unix-3.13.7.tar.xz) = 16597400
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-runtime26>=26 : lang/erlang-runtime26
- There are no ports dependent upon this port
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 stepwise to v3.12.13, to be
able to migrate later to v3.13.0 when it is released in 2024Q2.
See https://www.rabbitmq.com/docs/upgrade for details.
- For install:
- First-time users will want to run:
rabbitmq-plugins enable rabbitmq_management
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:
|