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 | |
rabbitmq-env.conf | 0000000964 964 Bytes | |
rabbitmq-server-3.10.10.tar.xz | 0003602900 3.44 MB | |
rabbitmq-server-3.10.10.tar.xz.asc | 0000000833 833 Bytes | |
rabbitmq-server.changes | 0000061571 60.1 KB | |
rabbitmq-server.keyring | 0000003187 3.11 KB | |
rabbitmq-server.logrotate | 0000000115 115 Bytes | |
rabbitmq-server.service | 0000000897 897 Bytes | |
rabbitmq-server.spec | 0000009496 9.27 KB | |
rabbitmq-server.tmpfiles | 0000000045 45 Bytes |
Revision 189 (latest revision is 209)
Fridrich Strba (fstrba)
accepted
request 1031341
from
Dominique Leuenberger (dimstar)
(revision 189)
- Update to version 3.10.10: + Core Server * Partially reverts an unsafe inter-node communication optimization that could affect classic mirrored queue operation ordering. * Classic mirrored queue leader replica issued to much credit to follower replicas, resulting in an uneven load and memory footprint between them. * Intra-cluster communication link metric collector could run into an exception when peer connection has just been re-established, e.g. after a peer node restart. + MQTT Plugin * When a node was put into maintenance mode, it closed all MQTT client connections cluster-wide instead of just local client connections. - For updates between 3.10.5 and 3.10.9, please see https://www.rabbitmq.com/changelog.html
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