Go to file
Gerhard Lazu 42b8137f31 Read rabbitmq-env.conf a bit earlier to pick up two variables
Prior to this change, setting RABBITMQ_DISTRIBUTION_BUFFER_SIZE
and/or RABBITMQ_SCHEDULER_BIND_TYPE would not be added to
SERVER_ERL_ARGS because the latter variable was built prior to
reading rabbitmq-env.conf

Fixes #1338

[#150452491]

Signed-off-by: Luke Bakken <lbakken@pivotal.io>
2017-08-22 19:13:29 +01:00
docs Improve docs 2017-07-26 19:58:28 +03:00
include (c) year 2017-04-05 15:52:33 +03:00
scripts Read rabbitmq-env.conf a bit earlier to pick up two variables 2017-08-22 19:13:29 +01:00
src Add test for cleaning up dead exclusive queues 2017-08-09 09:14:15 -07:00
test Read rabbitmq-env.conf a bit earlier to pick up two variables 2017-08-22 19:13:29 +01:00
.gitignore Ignore tmp generated docs 2017-03-30 11:32:40 +01:00
.travis.yml Travis CI: Do not set CT_OPTS, it's handled by rabbitmq-build.mk 2016-07-05 17:18:49 +02:00
CODE_OF_CONDUCT.md Update CONTRIBUTING.md, add CODE_OF_CONDUCT.md 2016-05-28 14:24:59 +03:00
CONTRIBUTING.md Mention make tests 2017-03-11 11:24:24 +03:00
INSTALL No longer download a garbled copy of the install / build instructions from the website. 2011-11-09 17:40:37 +00:00
LICENSE add mochi license information 2012-09-13 12:18:55 +01:00
LICENSE-MIT-Mochi add mochijson2 and license, plus some helper functions 2012-08-21 15:21:01 +01:00
LICENSE-MPL-RabbitMQ GoPivotal => Pivotal Software in a few more places 2015-08-31 14:44:45 +03:00
Makefile Change vm_memory_use_process_rss config to vm_memory_calculation_strategy 2017-06-14 17:44:42 +01:00
README.md (c) year 2017-04-02 21:35:43 +03:00
check_xref GoPivotal => Pivotal Software in a few more places 2015-08-31 14:44:45 +03:00
erlang.mk Update erlang.mk 2017-05-16 16:57:17 +02:00
quickcheck Control max_size, and remove some broken premature abstraction from the Makefile. 2014-06-26 15:16:55 +01:00
rabbitmq-components.mk Update rabbitmq-components.mk 2017-07-26 02:26:58 +03:00

README.md

RabbitMQ Server

RabbitMQ is a feature rich, multi-protocol messaging broker. It supports:

  • AMQP 0-9-1
  • STOMP 1.0 through 1.2
  • MQTT 3.1.1
  • AMQP 1.0

Installation

Tutorials & Documentation

Getting Help

Contributing

See CONTRIBUTING.md and our development process overview.

License

RabbitMQ server is licensed under the MPL.

Building From Source and Packaging

(c) Pivotal Software Inc., 2007-2017.