RabbitMQ client can't connect to remote RabbitMQ server [closed]

别说谁变了你拦得住时间么 提交于 2019-12-18 14:08:08

问题


I have a nodejs client that uses bramqp for connecting to RabbitMQ server. My client can connect to a Rabbit MQ server in localhost and works well. But it's unable to connect to a remote RabbitMQ server on other machine. I opened port 5672 in the remote server, so I think that the problem is in the configuration of rabbitMQ server. How can I solve this problem?


回答1:


The problem seems the new rabbitmq access control policy

Please read this post: Can't access RabbitMQ web management interface after fresh install

I think it can help you!



来源:https://stackoverflow.com/questions/23487238/rabbitmq-client-cant-connect-to-remote-rabbitmq-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!