Go to file
Dirk Mueller ba4a22848a Accepting request 485761 from home:vuntz:branches:network:messaging:amqp
- Stop shipping rabbitmq-server OCF resource agent as source file
  while it's included in the upstream tarball. Add patches for code
  that was specific to our variant; they now got upstreamed, but
  are not in this version of rabbitmq yet: pull-request-20.patch
  and pull-request-21.patch.
- Also package the rabbitmq-server-ha OCF resource agent as it
  seems to be more appropriate for clustering. Add upstream fixes
  for making it more solid: pull-request-24.patch and
  pull-request-25.patch.
- Ship an example of /etc/rabbitmq/rabbitmq-env.conf, as this is
  useful indication. It only contains commented examples, based on
  what the Debian package is doing.

OBS-URL: https://build.opensuse.org/request/show/485761
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=76
2017-04-05 11:33:01 +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
pull-request-20.patch Accepting request 485761 from home:vuntz:branches:network:messaging:amqp 2017-04-05 11:33:01 +00:00
pull-request-21.patch Accepting request 485761 from home:vuntz:branches:network:messaging:amqp 2017-04-05 11:33:01 +00:00
pull-request-24.patch Accepting request 485761 from home:vuntz:branches:network:messaging:amqp 2017-04-05 11:33:01 +00:00
pull-request-25.patch Accepting request 485761 from home:vuntz:branches:network:messaging:amqp 2017-04-05 11:33:01 +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.6.6.tar.xz Accepting request 456720 from devel:languages:erlang 2017-02-13 12:36:52 +00:00
rabbitmq-server.changes Accepting request 485761 from home:vuntz:branches:network:messaging:amqp 2017-04-05 11:33:01 +00:00
rabbitmq-server.init Accepting request 455065 from devel:languages:erlang 2017-02-06 16:06:05 +00:00
rabbitmq-server.logrotate - Fixing logrotate errors (bnc#775867) 2013-05-27 17:13:04 +00:00
rabbitmq-server.service Accepting request 455065 from devel:languages:erlang 2017-02-06 16:06:05 +00:00
rabbitmq-server.spec Accepting request 485761 from home:vuntz:branches:network:messaging:amqp 2017-04-05 11:33:01 +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 Accepting request 456720 from devel:languages:erlang 2017-02-13 12:36:52 +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