由于某种原因,我尝试使用 Rabbitmq 服务器,即使我传递了正确的用户名和密码,连接也会突然关闭。
Rabbitmq 服务器在端口 5672 上运行,并且在端口 5672 上远程登录到我的服务器说它运行良好。
我在 CentOS 中安装了 rabbitmq 服务器,我的 rabbitmq 服务器日志如下:
=INFO REPORT==== 19-Dec-2012::06:25:44 ===
accepted TCP connection on [::]:5672 from <host>:42048
=INFO REPORT==== 19-Dec-2012::06:25:44 ===
starting TCP connection <0.357.0> from <host>:42048
=WARNING REPORT==== 19-Dec-2012::06:25:44 ===
exception on TCP connection <0.357.0> from <host>:42048
connection_closed_abruptly
=INFO REPORT==== 19-Dec-2012::06:25:44 ===
closing TCP connection <0.357.0> from <host>:42048
发生这种情况的可能原因是什么。
谢谢