📜  rabbitmq 服务未启动 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:06.289000             🧑  作者: Mango

代码示例1
Run the command prompt as Administrator
    Navigate to the sbin directory and uninstall the service. rabbitmq-service remove
    Reinstall the service rabbitmq-service install
    Enable the plugins. rabbitmq-plugins enable rabbitmq_management
    Start the service rabbitmq-service start
    Go to "http://localhost:15672/"