Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukebakken/rabbitmq-server-11534
- Owner: lukebakken
- License: unlicense
- Created: 2024-06-22T22:02:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T20:32:39.000Z (5 months ago)
- Last Synced: 2024-06-25T22:07:52.378Z (5 months ago)
- Language: Makefile
- Homepage: https://github.com/rabbitmq/rabbitmq-server/issues/11534
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`