rabbitmq-server/deps/rabbitmq_federation
Luke Bakken 7fe159edef
Yolo-replace format strings
Replaces `~s` and `~p` with their unicode-friendly counterparts.

```
git ls-files *.erl | xargs sed -i.ORIG -e s/~s>/~ts/g -e s/~p>/~tp/g
```
2022-10-10 10:32:03 +04:00
..
etc
include Bump (c) year 2022-03-21 01:21:56 +04:00
src Yolo-replace format strings 2022-10-10 10:32:03 +04:00
test Yolo-replace format strings 2022-10-10 10:32:03 +04:00
.gitignore
BUILD.bazel Update federation BUILD.bazel to refresh test suite changes 2022-09-15 04:39:32 +04:00
CODE_OF_CONDUCT.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
CONTRIBUTING.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
LICENSE
LICENSE-MPL-RabbitMQ
Makefile Update Erlang.mk and switch to new xref code 2022-05-31 13:51:12 +02:00
README-hacking
README.md

README.md

RabbitMQ Federation

Build Status

RabbitMQ federation offers a group of features for loosely coupled and WAN-friendly distributed RabbitMQ setups. Note that this is not an alternative to queue mirroring.

Supported RabbitMQ Versions

This plugin ships with RabbitMQ, there is no need to install it separately.

Documentation

See RabbitMQ federation plugin on rabbitmq.com.

Released under the same license as RabbitMQ.

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