b70f7334c6
- Update to 3.9.7: + All Components * All bytecode is now compiled using the +deterministic compiler flag. This should eliminate the capture of some irrelevant build environment attributes in produced artifacts, improve consistency between builds, and reduce the file level diff between release artifacts. + Core Server * Enhancements - Classic queue shutdown now uses a much higher timeout (up to 10 minutes instead of 30 seconds). - In environments with many queues (especially mirrored queues) and many consumers this means that the chance of queue indices rebuilding after node restart is now substantially lower. * Bug Fixes - Quorum queues no longer leak memory and disk space when a consumer is repeatedly added and cancelled on an empty queue. + Prometheus Plugin * Enhancements - More configurability for metrics exposed via the Prometheus endpoint. + Shovel Plugin * Bug Fixes - Shovel URIs could be logged with credentials in some scenarios. + Dependency Upgrades * observer_cli has been upgraded from 1.6.2 to 1.7.1 OBS-URL: https://build.opensuse.org/request/show/921339 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=171 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
rabbitmq-env.conf | ||
rabbitmq-server-3.9.7.tar.xz | ||
rabbitmq-server-3.9.7.tar.xz.asc | ||
rabbitmq-server.changes | ||
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