Basic
Start
# starts a local RabbitMQ node
brew services start rabbitmq
# highly recommended: enable all feature flags on the running node
/opt/homebrew/sbin/rabbitmqctl enable_feature_flag all
Finish
# stops the locally running RabbitMQ node
brew services stop rabbitmq