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 |
---|---|---|
Elixir-1.13-OptionParser-no-longer-supports-atom-v |
0000007101 6.93 KB | |
README.SUSE | 0000000414 414 Bytes | |
Support-Elixir-1.13.patch | 0000003079 3.01 KB | |
_link | 0000000150 150 Bytes | |
rabbitmq-env.conf | 0000000964 964 Bytes | |
rabbitmq-server-3.9.13.tar.xz | 0004816788 4.59 MB | |
rabbitmq-server-3.9.13.tar.xz.asc | 0000000833 833 Bytes | |
rabbitmq-server.changes | 0000058105 56.7 KB | |
rabbitmq-server.logrotate | 0000000115 115 Bytes | |
rabbitmq-server.service | 0000000897 897 Bytes | |
rabbitmq-server.spec | 0000009578 9.35 KB | |
rabbitmq-server.tmpfiles | 0000000045 45 Bytes |
Revision 177 (latest revision is 209)
Fusion Future (fusionfuture)
accepted
request 955988
from
Fusion Future (fusionfuture)
(revision 177)
- Update to 3.9.13 * Core Server Bug Fixes and Enhancements - Disk space monitor now correctly parses output on (at least some) systems where non-ASCII characters are used in paths. - Stream leader election is now deterministic when cluster is undergoing a rolling upgrade. - Queue and binding definition import can be delayed until a moment when at least N nodes (e.g. three) have joined the cluster. - Allow building with Elixir 1.13.x * Support-Elixir-1.13.patch * Elixir-1.13-OptionParser-no-longer-supports-atom-val.patch
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