Go to file
Dirk Mueller 9c5d8c4293 Accepting request 651344 from home:matwey:branches:network:messaging:amqp
- BuildRequire elixir
- Constrain required erlang versions:
  https://www.rabbitmq.com/which-erlang.html (boo#1115169)
- Drop sysexists-in-ocf.patch: upstreamed
- Update to 3.7.9
- Changes for 3.7.9:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.8:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.7:
 * Erlang 21 compatibility
 * Bug fixes
 * Usability improvements
- Changes for 3.7.6:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.5:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.4:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.3:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.2:
 * Bug fix in the HTTP auth backend
- Changes for 3.7.1:
 * Bug fixes
- Changes for 3.7.0:
 * Minimum required Erlang version is now 19.3
 * Automation-friendly cluster formation
 * Distributed management plugin, including minor breaking HTTP API
   changes.
 * Simpler, ini-style configuration format
 * Per-vhost limits
 * Operator policies
 * Topic-based authorisation
 * Cross-protocol Shovel (currently supports AMQP 0.9.1 and AMQP 1.0)
 * Command-line tools are extensible via plugins
 * Message store multi-tenancy
 * Proxy protocol support
 * Web STOMP no longer supports WebSocket emulation
 * Java and .NET client releases no longer track RabbitMQ server
   releases
 * .NET client now supports .NET Core.
 * Management plugin extensions now must target Cowboy 2.0
 * Java client for RabbitMQ HTTP API

OBS-URL: https://build.opensuse.org/request/show/651344
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=99
2018-11-30 14:47:23 +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 Accepting request 485761 from home:vuntz:branches:network:messaging:amqp 2017-04-05 11:33:01 +00:00
rabbitmq-script-wrapper Accepting request 456720 from devel:languages:erlang 2017-02-13 12:36:52 +00:00
rabbitmq-server-3.7.9.tar.xz Accepting request 651344 from home:matwey:branches:network:messaging:amqp 2018-11-30 14:47:23 +00:00
rabbitmq-server.changes Accepting request 651344 from home:matwey:branches:network:messaging:amqp 2018-11-30 14:47:23 +00:00
rabbitmq-server.init Accepting request 455065 from devel:languages:erlang 2017-02-06 16:06:05 +00:00
rabbitmq-server.logrotate Accepting request 556701 from home:ilausuch:branches:network:messaging:amqp 2017-12-13 23:20:46 +00:00
rabbitmq-server.service Accepting request 612655 from home:bmwiedemann:branches:network:messaging:amqp 2018-05-29 11:47:06 +00:00
rabbitmq-server.spec Accepting request 651344 from home:matwey:branches:network:messaging:amqp 2018-11-30 14:47:23 +00:00
rabbitmq-server.sysconfig Accepting request 145495 from home:rhafer:branches:network:messaging:amqp 2012-12-14 13:33:31 +00:00
rabbitmq-server.tmpfiles.d.conf Accepting request 457424 from devel:languages:erlang 2017-03-01 21:44:48 +00:00
rabbitmq.config.example - update config.template to use channel_max to 0 (old default, 2018-09-11 06:26:35 +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