rabbitmq-server/deps/rabbit
Philip Kuryloski 18e663cb7b
Add a partial Bazel build (#2938)
Adds WORKSPACE.bazel, BUILD.bazel & *.bzl files for partial build & test with Bazel. Introduces a build-time dependency on https://github.com/rabbitmq/bazel-erlang
2021-04-08 12:02:50 +03:00
..
apps/rabbitmq_prelaunch Add a partial Bazel build (#2938) 2021-04-08 12:02:50 +03:00
docs rabbitmq.conf.example: mention pause_minority 2021-03-25 22:10:11 +03:00
include Bump (c) year in header files 2021-02-04 07:04:58 +03:00
priv/schema address review feedback 2021-04-07 17:02:23 -07:00
scripts Switch from Lager to the new Erlang Logger API for logging 2021-03-11 15:17:36 +01:00
src Add a partial Bazel build (#2938) 2021-04-08 12:02:50 +03:00
test Add a partial Bazel build (#2938) 2021-04-08 12:02:50 +03: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 Add a partial Bazel build (#2938) 2021-04-08 12:02:50 +03: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 Remove duplicate rabbitmq-components.mk and erlang.mk files 2021-03-22 15:40:19 +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

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.