a14caa0bfc
- Update to 3.8.7 - RabbitMQ 3.8.7 is a maintenance release that patches a **security** vulnerability. - Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.7 - This release requires Erlang/OTP 21.3 or later. 22.3 or 23.0 releases are recommended. - Update to 3.8.6 - RabbitMQ 3.8.6 is a maintenance release. It focuses on bug fixes and usability improvements. - Full release notes: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.6 - This release requires Erlang/OTP 21.3 or later. 22.3 or 23.0 releases are recommended. - RabbitMQ Adopts the Mozilla Public License 2.0 Starting with this release, core RabbitMQ server and all tier 1 plugins [1] are relicensed[2] under the Mozilla Public License 2.0[3] (previously used license: the Mozilla Public License 1.1). The permissiveness of the MPL 2.0 is largely the same as of the MPL 1.1. See the MPL 2.0 FAQ[4] and MPL 2.0 Revision and Changes FAQ[5] to learn more. 1- https://www.rabbitmq.com/plugins.html#plugin-tiers 2- https://github.com/rabbitmq/rabbitmq-server/issues/2372 3- https://www.mozilla.org/en-US/MPL/2.0/ 4- https://www.mozilla.org/en-US/MPL/2.0/FAQ/ 5- https://www.mozilla.org/en-US/MPL/2.0/Revision-FAQ/ OBS-URL: https://build.opensuse.org/request/show/828860 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=149 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
advanced.config.example | ||
rabbitmq-env.conf | ||
rabbitmq-script-wrapper | ||
rabbitmq-server-3.8.7.tar.xz | ||
rabbitmq-server.changes | ||
rabbitmq-server.init | ||
rabbitmq-server.logrotate | ||
rabbitmq-server.service | ||
rabbitmq-server.spec | ||
rabbitmq-server.sysconfig | ||
rabbitmq-server.tmpfiles.d.conf | ||
rabbitmq.conf.example | ||
rabbitmq.config.example | ||
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