Go to file
Ralf Haferkamp 48608cec18 Accepting request 518334 from home:tbechtold:branches:network:messaging:amqp
- update to 3.6.11:
  * packaging: package-rpm-suse is an alias for package-rpm-opensuse
  * Makefile: Move plugins list to `plugins.mk`
  * Include rabbitmq_web_mqtt into the distribution
  * Log rabbitmqctl's output on failure
  * Makefile: Set default `broker_version_requirements`
  * packaging/windows: Allow to override `PRODUCTVERSION`
  * debian/control: Revert the use of ${misc:Depends}
  * packaging: Add scripts for format RabbitMQ version to match package constarints
  * Commit Debian and RPM changelogs
  * debian/control: Use ${misc:Depends} instead of hard-coding dependencies
  * Fix HA OCF script
  * Makefile: Store the plugins list in the source archive
  * plugins.mk: The list is overriden by the server-release Concourse pipeline
  * Makefile: Use PROJECT_DESCRIPTION in git-revisions.txt
  * packaging/RPMS: Simplify the Makefile wrapping dpkg-buildpackage(1)
  * Makefile: Sync exclusion list with rabbitmq-erlang-client
  * OCF RA: accept 1 as valid exit code from "rabbitmqctl status"
  * Ignore .envrc files
  * upgrade/Makefile: Remove trailing space
  * standalone/src/rabbit_release.erl: Copy `escript` directory to the archive
  * packaging/standalone: Remove the source `rabbit.rel` file
  * Commit .deb and .rpm change logs
  * OCF RA: Don't hardcode primitive name in rabbitmq-server-ha.ocf
  * Makefile: Use $(PROJECT_VERSION) instead of $(VERSION)
  * debian/control: Add version restriction on erlang-dev and esl-erlang
  * Commit 3.6.9 package change logs
  * packaging/standalone: Fix path to the source `rabbit.rel` file
  * Configure shortcuts to run as admin.
  * Debian package: No need to pass $(VERSION) around in debian/rules

OBS-URL: https://build.opensuse.org/request/show/518334
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=78
2017-08-23 15:04:09 +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.6.11.tar.xz Accepting request 518334 from home:tbechtold:branches:network:messaging:amqp 2017-08-23 15:04:09 +00:00
rabbitmq-server.changes Accepting request 518334 from home:tbechtold:branches:network:messaging:amqp 2017-08-23 15:04:09 +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 518334 from home:tbechtold:branches:network:messaging:amqp 2017-08-23 15:04:09 +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