Go to file
Fusion Future b70f7334c6 Accepting request 921339 from home:fusionfuture:branches:network:messaging:amqp
- 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
2021-09-24 15:04:38 +00:00
.gitattributes osc copypac from project:Virtualization:Cloud:OpenStack package:rabbitmq-server revision:3 2012-01-26 15:50:48 +00:00
.gitignore osc copypac from project:Virtualization:Cloud:OpenStack package:rabbitmq-server revision:3 2012-01-26 15:50:48 +00:00
rabbitmq-env.conf - listen to localhost only by default to comply to the epmd.socket 2018-12-15 20:49:30 +00:00
rabbitmq-server-3.9.7.tar.xz Accepting request 921339 from home:fusionfuture:branches:network:messaging:amqp 2021-09-24 15:04:38 +00:00
rabbitmq-server-3.9.7.tar.xz.asc Accepting request 921339 from home:fusionfuture:branches:network:messaging:amqp 2021-09-24 15:04:38 +00:00
rabbitmq-server.changes Accepting request 921339 from home:fusionfuture:branches:network:messaging:amqp 2021-09-24 15:04:38 +00:00
rabbitmq-server.logrotate Accepting request 913505 from home:fusionfuture:branches:network:messaging:amqp 2021-08-23 08:21:50 +00:00
rabbitmq-server.service Accepting request 913505 from home:fusionfuture:branches:network:messaging:amqp 2021-08-23 08:21:50 +00:00
rabbitmq-server.spec Accepting request 921339 from home:fusionfuture:branches:network:messaging:amqp 2021-09-24 15:04:38 +00:00
rabbitmq-server.tmpfiles Accepting request 913505 from home:fusionfuture:branches:network:messaging:amqp 2021-08-23 08:21:50 +00:00
README.SUSE Accepting request 455065 from devel:languages:erlang 2017-02-06 16:06:05 +00:00

 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