Go to file
Michael Klishin 76255ef5da Stop local quorum queue followers after transferring leadership
This way the shutdown of a node that's been put into maintenance
mode won't have any further effects on the quorum
(or rather, the effects will be "frontloaded" which is the goal
of maintenance mode).

Closes #2474.
2020-10-19 19:47:05 +03:00
.github GitHub Actions: Regen workflows 2020-10-05 15:50:17 +02:00
apps/rabbitmq_prelaunch Stream Queue 2020-09-30 14:52:53 +01:00
docs rabbitmq.conf.example: mention how to disable non-TLS listeners 2020-08-17 19:47:13 +03:00
include Stream Queue 2020-09-30 14:52:53 +01:00
priv/schema Support recently introduced Ra WAL settings in rabbitmq.conf 2020-09-10 19:50:53 +03:00
scripts Kernel poll option (+K) was deprecated in OTP-21, on its release, 2020-10-14 19:42:05 +01:00
src Stop local quorum queue followers after transferring leadership 2020-10-19 19:47:05 +03:00
test Use named queues for single_active_consumer test 2020-10-16 14:42:21 +01:00
.gitignore Git: Ignore rabbitmq-deps.mk file 2020-04-27 14:48:51 +02:00
.travis.yml Travis CI: Update config from rabbitmq-common 2020-10-13 12:57:16 +02:00
.travis.yml.patch Travis CI: Refresh config patch 2020-03-04 14:31:04 +01:00
CODE_OF_CONDUCT.md URL Cleanup 2019-03-20 03:21:37 -05:00
CONTRIBUTING.md Update git-commit-msgs link 2018-08-28 16:18:20 -07:00
INSTALL Minor README updates 2019-10-02 07:24:30 +03:00
LICENSE Switch to Mozilla Public License 2.0 (MPL 2.0) 2020-07-10 14:31:17 +01:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 16:55:47 +01:00
Makefile Add protocol to auth attempt metrics 2020-10-14 05:18:17 +03:00
README.md Update README.md 2020-10-16 04:59:17 +03:00
SECURITY.md Create SECURITY.md 2020-03-25 01:14:24 +03:00
erlang.mk Update erlang.mk 2020-07-21 14:31:33 +01:00
rabbitmq-components.mk Update rabbitmq-components.mk 2020-08-04 08:41:45 -07:00

README.md

OTP v22.3 OTP v23

RabbitMQ Server

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

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

Installation

Tutorials & Documentation

Getting Help

Contributing

See CONTRIBUTING.md and our development process overview.

Questions about contributing, internals and so on are very welcome on the mailing list.

Licensing

RabbitMQ server is licensed under the MPL 2.0.

Building From Source and Packaging

(c) 2007-2020 VMware, Inc. or its affiliates.