rabbitmq-server
RabbitMQ is open source message broker software that implements the Advanced Message Queuing Protocol (AMQP) with other message protocols supported via its plug-in architecture.
AMQP itself is one of several open standard for business messaging.
- Devel package for openSUSE:Factory , systemsmanagement:chef:master
-
8
derived packages
- Links to openSUSE:Factory / rabbitmq-server
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:messaging:amqp/rabbitmq-server && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000414 414 Bytes | |
_link | 0000000150 150 Bytes | |
feature-suse-reproducable-build.patch | 0000000391 391 Bytes | |
fix-CVE-2025-30219.patch | 0000001108 1.08 KB | |
fix-CVE-2025-50200.patch | 0000007002 6.84 KB | |
rabbitmq-env.conf | 0000000964 964 Bytes | |
rabbitmq-server-3.13.7.tar.xz | 0005198988 4.96 MB | |
rabbitmq-server-3.13.7.tar.xz.asc | 0000000833 833 Bytes | |
rabbitmq-server-allow-elixir-1.18.patch | 0000000885 885 Bytes | |
rabbitmq-server.changes | 0000076348 74.6 KB | |
rabbitmq-server.keyring | 0000003187 3.11 KB | |
rabbitmq-server.logrotate | 0000000285 285 Bytes | |
rabbitmq-server.service | 0000000897 897 Bytes | |
rabbitmq-server.spec | 0000009880 9.65 KB | |
rabbitmq-server.tmpfiles | 0000000045 45 Bytes |
Comments 2
This fails to build now:
You're trying to run :rabbitmqctl on Elixir v1.17.2 but it has declared in its mix.exs file it supports only Elixir >= 1.13.4 and < 1.17.0
Yep by the time I noticed the elixir update going through it was too late, this is on my todo list