494651f5f7
- update to 3.6.16: Bug fixes: + Queue master locator min-masters incorrectly calculated the number of masters. + Maximum supported number of queue priorities (255) is now enforced Enhancements: + queue.delete operations will now force delete queues that don't have a promotable master + Lock contention in internal database is now much lower when a node with a lot of exclusive queues shuts down or is otherwise considered to be unavailable by peers + Default max number of channels allowed on a connection (a.k.a. channel_max) has been lowered from 65535 to 2047. The new default is much safer and will reduce the effect application channel leaks have on node resource consumption. This is a potentially breaking change. OBS-URL: https://build.opensuse.org/request/show/634752 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=38 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
rabbitmq-env.conf | ||
rabbitmq-script-wrapper | ||
rabbitmq-server-3.6.16.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.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