Springboot 和RabbitMQ集成的时候,测试时总是报连接超时的错误
来源:7-3 集成rabbitmq上

慕沐9550079
2018-08-24
我重新安装erlang和rabbitmq好几次还是这样
写回答
3回答
-
qq_ws_10
2019-04-18
一般只要rabbit端配置好久不会出现这个问题
00 -
若鱼1919
2018-08-25
这种是客户端没连上服务器,把服务器的防火墙关掉再连下试试
00 -
慕沐9550079
提问者
2018-08-25
mq启动没报错,停止时,报以下错误
[root@localhost sbin]# ./rabbitmqctl stop
Stopping and halting node rabbit@localhost
Error: unable to connect to node rabbit@localhost: nodedown
DIAGNOSTICS
===========
attempted to contact: [rabbit@localhost]
rabbit@localhost:
* connected to epmd (port 4369) on localhost
* epmd reports: node 'rabbit' not running at all
no other nodes on localhost
* suggestion: start the node
current node details:
- node name: 'rabbitmq-cli-99@localhost'
- home dir: /root
- cookie hash: NVz9rL+euw5IUrcCieY1wQ==
00
相似问题