版:
> sudo rabbitmqctl status | grep '{rabbit,"RabbitMQ",'
{rabbit,"RabbitMQ","3.5.6"},
Run Code Online (Sandbox Code Playgroud)
错误:
> sudo rabbitmq-plugins enable rabbitmq_management
Plugin configuration unchanged.
Applying plugin configuration to rabbit@ip-172-31-26-169... failed.
* Could not contact node rabbit@ip-172-31-26-169.
Changes will take effect at broker restart.
* Options: --online - fail if broker cannot be contacted.
--offline - do not try to contact broker.
Run Code Online (Sandbox Code Playgroud)
兔子正在运行:
> sudo service rabbitmq-server status
Status of node 'rabbit@ip-172-31-26-169' ...
[{pid,22865},
..
Run Code Online (Sandbox Code Playgroud)
如果您在同一台机器上,则无需联系经纪人。所以尝试这个命令
>rabbitmq-plugins.bat enable rabbitmq_management --offline
离线表示不要尝试联系经纪人。