Go to file
Dominique Leuenberger da5b5574e6 Accepting request 1137247 from network:messaging:amqp
- update to 3.12.11:
  * Quorum queue declared when one of cluster nodes was down
    could trigger connection exceptions.
  * Avoids a rare exception that could stop TCP socket writes on
    a client connection.
  * `queue_deleted` and `queue_created` internal events now
    include queue type as a module name, and not an inconsistent
    (with the other queue and stream types) value `classic`.
  * Definition files that are virtual host-specific cannot be
    imported on boot. Such files will now be detected early and
    the import process will terminate after logging a more
    informative message.
  * Several AMQP 1.0 application properties are now more
    correctly converted to AMQP 0-9-1 headers by
    cross-protocol Shovels.
  * The priority property now populates an AMQP 1.0 header with
    the same name, per AMQP 1.0 spec.
  * Metric label values now escape certain non-ASCII characters.
  * Avoids an exception when an MQTT client that used a QoS 0
    subscription reconnects and its original connection node
    is down.
  * Avoids an exception when an MQTT client connection was force-
    closed via the HTTP API.
  * Certain CLI commands could not be run in a shell script loop,
    unless the script explicitly redirected standard input.
  * `rabbitmq-diagnostics cluster_status` now responds much
    quicker when a cluster node has gone down, were shut down,
    or otherwise has become unreachable by the rest of the cluster.
  * Reverted a change to `DELETE /api/queues/{vhost}/{name}` that
    allowed removal of exclusive queues and introduced

OBS-URL: https://build.opensuse.org/request/show/1137247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=89
2024-01-06 16:30:28 +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.12.11.tar.xz - update to 3.12.11: 2024-01-06 13:22:16 +00:00
rabbitmq-server-3.12.11.tar.xz.asc - update to 3.12.11: 2024-01-06 13:22:16 +00:00
rabbitmq-server.changes - update to 3.12.11: 2024-01-06 13:22:16 +00:00
rabbitmq-server.keyring Accepting request 976488 from home:AndreasStieger:branches:network:messaging:amqp 2022-05-12 18:14:05 +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 926714 from home:jsegitz:branches:systemdhardening:network:messaging:amqp 2021-10-22 02:42:59 +00:00
rabbitmq-server.spec - update to 3.12.11: 2024-01-06 13:22:16 +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