rabbitmq-server/deps/rabbit
Michael Klishin 1eacbaac15
Merge pull request #3299 from rabbitmq/add-env-vars-to-set-default-user-pass-vhost-and-erlang-cookie
Add support to override `default_{user,pass,vhost}` and the Erlang cookie from the environment
2021-08-11 23:06:46 +03:00
..
apps/rabbitmq_prelaunch Log a warning when Erlang cookie is overriden using an env variable 2021-08-11 20:34:38 +03:00
docs Manually apply rabbitmq/rabbitmq-website#1241 by @lushndm 2021-08-11 13:34:27 +03:00
include Add specific stream protocol counters to track protocol errors 2021-06-29 12:50:00 +02:00
priv/schema Improve a Cuttlefish validator message 2021-07-20 08:34:40 +03:00
scripts Replace a few more leftover MPLv1.1 license headers 2021-05-19 21:20:47 +03:00
src Merge pull request #3299 from rabbitmq/add-env-vars-to-set-default-user-pass-vhost-and-erlang-cookie 2021-08-11 23:06:46 +03:00
test Add tests for the regression introduced in #3041 2021-08-11 12:50:04 +02:00
.gitignore Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
.travis.yml Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
.travis.yml.patch Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
BUILD.bazel Bump a test timeout 2021-08-04 14:55:44 +02:00
CODE_OF_CONDUCT.md Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
CONTRIBUTING.md Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
INSTALL Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
LICENSE Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
LICENSE-MPL-RabbitMQ Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
Makefile Global counters per protocol + protocol AND queue_type 2021-06-22 14:14:21 +01:00
README.md Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
SECURITY.md Change repo "root" to deps/rabbit 2020-11-13 14:34:42 +01:00
bats.bzl Fix bats shell testing in RBE 2021-05-14 10:45:43 +02: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.