Go to file
Michael Klishin d687bf0be3
Bump rabbit.num_ssl_acceptors default to 10
Previously the value was limited to 1 due to a bug in Ranch 1.0:
it didn't depend on the ssl app, which means Ranch/ssl shut down order
was not guaranteed. This led to scary but entirely harmless exception traces
in the log, one per TLS acceptor.

The issue is no longer present in Ranch 1.3.x and 1.4.0.

Per discussion with @essen.
2017-10-29 16:19:30 +03:00
docs Add rabbit.connection_max to rabbitmq.config.example 2017-10-20 21:25:06 +03:00
include Use a special exit code when server reports an error on shutdown 2017-10-19 20:04:23 +03:00
scripts Fix typo in RABBITMQ_LOGS environment setup 2017-09-12 11:17:03 +01:00
src Merge pull request #1406 from rabbitmq/rabbitmq-server-1216-backport 2017-10-27 12:26:43 +01:00
test Update clustering management test to support transient rabbit app 2017-10-27 18:00:50 +01:00
.gitignore Fix test for ha-mode exactly. Requires sync-ing the queues to ensure slave pids are started 2017-09-22 11:23:33 -07: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 Bump rabbit.num_ssl_acceptors default to 10 2017-10-29 16:19:30 +03: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-08-30 18:46:43 +01: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-10-13 14:33:02 +02: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.