Go to file
Michael Klishin 9e08000481 New README.md 2015-04-04 01:36:35 +03:00
docs Add 'channel' as a new log category 2015-03-24 15:58:25 +01:00
ebin Change the default, update the example config. 2015-01-27 12:08:30 +00:00
include Replace down_slave_nodes with a new field recoverable_slaves with different semantics: this field is intended to show all nodes that contain a slave, even if they are running. That means we don't have to worry about race conditions when getting nodes into the field at shutdown. 2015-01-29 17:22:26 +00:00
packaging Commit package changelogs for 3.5.1 2015-04-03 08:23:11 +01:00
scripts When ERLANG_HOME is not set, exit with code 1 2015-02-25 21:19:16 +03:00
src Briefly document rabbit_reader records 2015-04-04 00:57:14 +03:00
test/src Merge branch 'stable' 2015-02-26 17:31:16 +00:00
.gitignore Ignore ./etc/* 2015-03-11 09:53:20 +03:00
CONTRIBUTING.md Sync CONTRIBUTING.md with the template one 2015-02-20 17:07:28 +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 Update copyright for 2014 2014-03-17 17:25:24 +00:00
Makefile Don't install rabbitmq.config.example is DOC_INSTALL_DIR is unset 2015-02-03 14:32:06 +01:00
README.md New README.md 2015-04-04 01:36:35 +03:00
calculate-relative
check_xref Update copyright for 2014 2014-03-17 17:25:24 +00:00
codegen.py Update copyright for 2014 2014-03-17 17:25:24 +00:00
generate_app
generate_deps
quickcheck Control max_size, and remove some broken premature abstraction from the Makefile. 2014-06-26 15:16:55 +01:00
version.mk Add version.mk, avoid sed when building srcdist, allow VERSION to be provided 2013-07-17 10:25:58 +01:00

README.md

RabbitMQ Server

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

  • AMQP 0-9-1
  • STOMP
  • 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

See building RabbitMQ server from source.

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