You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming we have multiple Alice instances, running on different ports. We require a method to stop a unique instance. This is for usage with the init.d scripts. Something similar to the rabbitmqctl commands would be nice.
Assuming we have multiple Alice instances, running on different ports. We require a method to stop a unique instance. This is for usage with the init.d scripts. Something similar to the rabbitmqctl commands would be nice.
For example:
alice.sh stop -n dev@myhost.com
This would allow combining the Alice admin stop command with the corresponding RabbitMQ stop command:
rabbitmqctl stop_app -n dev@myhost.com
alice.sh stop -n dev@myhost.com
The text was updated successfully, but these errors were encountered: