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
-
4
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
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000414 414 Bytes | |
_link | 0000000150 150 Bytes | |
advanced.config.example | 0000003333 3.25 KB | |
rabbitmq-env.conf | 0000000964 964 Bytes | |
rabbitmq-script-wrapper | 0000001523 1.49 KB | |
rabbitmq-server-3.8.5.tar.xz | 0003093396 2.95 MB | |
rabbitmq-server.changes | 0000039116 38.2 KB | |
rabbitmq-server.init | 0000003683 3.6 KB | |
rabbitmq-server.logrotate | 0000000285 285 Bytes | |
rabbitmq-server.service | 0000000424 424 Bytes | |
rabbitmq-server.spec | 0000008802 8.6 KB | |
rabbitmq-server.sysconfig | 0000000235 235 Bytes | |
rabbitmq-server.tmpfiles.d.conf | 0000000047 47 Bytes | |
rabbitmq.conf.example | 0000031069 30.3 KB | |
rabbitmq.config.example | 0000033099 32.3 KB |
Revision 147 (latest revision is 209)
Fridrich Strba (fstrba)
accepted
request 819692
from
Gabriele Santomaggio (gsantomaggio_suse)
(revision 147)
- Update to 3.8.5 - RabbitMQ 3.8.5 is a maintenance release. - Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.5 - RabbitMQ 3.8.5 is a maintenance release. - This release requires Erlang/OTP 21.3 or later. 22.3 or 23.0 series is recommended. - RabbitMQ 3.8.5 is an RabbitMQ 3.8.0 update - Update to 3.8.4 - RabbitMQ 3.8.4 is a maintenance release. - Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.4 - RabbitMQ 3.8.4 is a maintenance release. - This release requires Erlang/OTP 21.3 or later. 22.3 or 23.0 series is recommended. - This is the first release to officially support Erlang 23. Compared to 3.8.3, which generally works as expected on Erlang 23, Prometheus monitoring plugin had to be adapted to support a memory allocator metric format that has changed compared to earlier Erlang releases. There is one remaining known Erlang 23 incompatibility: rabbitmq-diagnostics observer will fail on Erlang 23. This will be addressed in a future release. The root cause is the same memory allocator metric change. Provisioning Latest Erlang Releases explains what package repositories and tools can be used to provision latest patch versions of Erlang 22.3.x - RabbitMQ 3.8.4 is an RabbitMQ 3.8.0 update
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