正在尝试安装和使用rabbitmq服务器

正在尝试安装和使用rabbitmq服务器,rabbitmq,Rabbitmq,我使用 brew更新和brew安装rabbitmq。 然后尝试停止服务器并再次启动它(之前我尝试通过下载源代码进行安装) rabbitmqctl停止但我得到 `停止和停止节点rabbit@localhost Error: unable to connect to node rabbit@localhost: nodedown DIAGNOSTICS =========== nodes in question: [rabbit@localhost] hosts, their running

我使用
brew更新
brew安装rabbitmq
。 然后尝试停止服务器并再次启动它(之前我尝试通过下载源代码进行安装)

rabbitmqctl停止
但我得到 `停止和停止节点rabbit@localhost

Error: unable to connect to node rabbit@localhost: nodedown

DIAGNOSTICS
===========

nodes in question: [rabbit@localhost]

hosts, their running nodes and ports:
- localhost: [{rabbit,61707},{rabbitmqctl33002,62384}]

current node details:
- node name: 'rabbitmqctl33002@Dev-MacBook-Air'
- home dir: /Users/ohad
- cookie hash: aeUlHJghkW6Yr7EMVbRJTg==`
这意味着没有过程,所以我尝试重新开始:

rabbitmq-server
我得到

ERROR: node with name "rabbit" already running on "localhost"

DIAGNOSTICS
===========

nodes in question: [rabbit@localhost]

hosts, their running nodes and ports:
- localhost: [{rabbit,61707},{rabbitmqprelaunch33047,62398}]

current node details:
- node name: 'rabbitmqprelaunch33047@Dev-MacBook-Air'
- home dir: /Users/ohad
- cookie hash: aeUlHJghkW6Yr7EMVbRJTg==

ps aux|grep rabbit
的输出是什么?10倍,完全没有解决这个问题。仍然是基于linux的操作系统的新手..终止了该进程并重新启动,它成功了!