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.13.1.tar.xz | 0005083312 4.85 MB | |
rabbitmq-server-3.13.1.tar.xz.asc | 0000000833 833 Bytes | |
rabbitmq-server.changes | 0000074298 72.6 KB | |
rabbitmq-server.keyring | 0000003187 3.11 KB | |
rabbitmq-server.logrotate | 0000000115 115 Bytes | |
rabbitmq-server.service | 0000000897 897 Bytes | |
rabbitmq-server.spec | 0000009700 9.47 KB | |
rabbitmq-server.tmpfiles | 0000000045 45 Bytes |
Revision 205 (latest revision is 209)
Fridrich Strba (fstrba)
accepted
request 1167973
from
Simon Lees (simotek)
(revision 205)
- Update to 3.11.1 * Highlights Khepri now can be used as an alternative schema data store in RabbitMQ, replacing Mnesia MQTTv5 support Support for consumer-side stream filtering A new common message container format used internally, based on the AMQP 1.0 message format Improved classic non-mirrored queue performance with message sizes larger than 4 KiB (or a different customized CQ index embedding threshold) Classic queues storage implementation version 2 (CQv2) is now highly recommended for all new deployments. CQv2 meaningfully improves performance of non-mirrored classic queues for most workloads * Fixes bsc#1222591
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