to have the equivalent of `make start-cluster` and `make stop-cluster`. To create a 3-node RabbitMQ cluster: ``` bazel run --config=local start-cluster ``` To define number of nodes or a custom directory: ``` bazel run --config=local start-cluster NODES=5 TEST_TMPDIR="$HOME/scratch/myrabbit" ``` To stop the cluster: ``` bazel run --config=local stop-cluster ``` or, if started by the 2nd command: ``` bazel run --config=local stop-cluster NODES=5 TEST_TMPDIR="$HOME/scratch/myrabbit" ``` |
||
---|---|---|
.. | ||
bazel | ||
bash_autocomplete.sh | ||
rabbitmq-script-wrapper | ||
rabbitmq-server.ocf | ||
rabbitmqctl-autocomplete.sh | ||
zsh_autocomplete.sh |