Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukebakken/rabbitmq-server-11534

https://github.com/rabbitmq/rabbitmq-server/issues/11534
https://github.com/lukebakken/rabbitmq-server-11534

Last synced: 8 days ago
JSON representation

https://github.com/rabbitmq/rabbitmq-server/issues/11534

Awesome Lists containing this project

README

        

## Setup

* Add `rmq0.local`, `rmq1.local`, and `rmq2.local` in your `hosts` file with IP address `127.0.0.1`

*
```
git submodule update --init
make -C rabbitmq-server
```

## Bring up a cluster

* Open three terminals in this directory
* In one terminal, run `make start-rmq0`
* In another terminal, run `make start-rmq1`
* In the last terminal, run `make start-rmq2`