Go to file
Ana Guerrero 2754d36f62 Accepting request 1121010 from network:messaging:amqp
-  update to 3.12.7:
  * Stream replication connections configured to use exclusively
    TLSv1.3 failed.
  * On startup, stream replicas will handle one more potential
    case of segment file corruption after an unclean shutdown.
  * `default_policies.*.queue_pattern` definition in
    `rabbitmq.conf` was incorrectly parsed.
  * Avoid log noise when inter-node connections frequently fail
    and recover.
  * Optimized stream index scans. Longer scans could result in
    some replicas stopping with a timeout.
  * Classic queue storage version is now a supported key for
    operator policies.
  * Queue length limit overflow behavior now can be configured
    via operator policies.
  * Several `list_stream_*` commands (available via both
    `rabbitmq-diagnostics` and `rabbitmq-streams`) commands now
    can display replica node in addition to other fields.
  * `rabbitmqctl add_user` now can accept a pre-generated salted
    password instead of a plain text password, both as a
    positional argument and via standard input:
  * Message consumption with the "Nack message, requeue: true"
    option did not actually requeue deliveries.
  * HTTP API request body size is now limited to 10 MiB by
    default.
  * Two endpoints, one that accepts messages for publishing
    (note: publishing over the HTTP API is greatly discouraged)
  * and another for definition import,
  * will now reject larger transfers with a `400 Bad Request`
    response.

OBS-URL: https://build.opensuse.org/request/show/1121010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=87
2023-10-29 18:42:06 +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.7.tar.xz - update to 3.12.7: 2023-10-29 15:44:11 +00:00
rabbitmq-server-3.12.7.tar.xz.asc - update to 3.12.7: 2023-10-29 15:44:11 +00:00
rabbitmq-server.changes - update to 3.12.7: 2023-10-29 15:44:11 +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.7: 2023-10-29 15:44:11 +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