2ff1b0ce13
- Update to 3.12.0 * Optimizations for both quorum and classic queues: improved throughput, lower throughput variability, lower latency, lower memory footprint * More mature and efficient implementation of (non-mirrored) classic queues v2 (CQv2) * Classic queue lazy and non-lazy modes no longer apply: classic queues v2 always behave very similarly * to the lazy mode in earlier release series: moving data to disk aggressively and only keeping a subset of data in memory * Significantly reduced MQTT and Web MQTT memory footprint per connection * OAuth 2, OIDC, IDP support * Even more configurability of the OAuth 2 plugin - More bugfixes and enhancements: https://www.rabbitmq.com/changelog.html OBS-URL: https://build.opensuse.org/request/show/1090948 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=193 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
rabbitmq-env.conf | ||
rabbitmq-server-3.12.0.tar.xz | ||
rabbitmq-server-3.12.0.tar.xz.asc | ||
rabbitmq-server.changes | ||
rabbitmq-server.keyring | ||
rabbitmq-server.logrotate | ||
rabbitmq-server.service | ||
rabbitmq-server.spec | ||
rabbitmq-server.tmpfiles | ||
README.SUSE |
RabbitMQ and EPMD =================== RabbitMQ requires epmd to listen on more interfaces than just localhost. The easiest solution is to set the listening address to "0.0.0.0". But you can also limit it to certain interfaces/IPs. For non systemd based distributions you can set EPMD_ADDRESSES in /etc/sysconfing/erlang. For systemd based distributions please follow /usr/share/doc/packages/erlang/README.SUSE