我正在尝试连接到我的 rabbitmq 服务器。我在用
require 'carrot'
@client = Carrot.new(:host => 10.xx.xx.xx, :port => 5672)
q = @client.queue("my_queue")
我收到此错误
"#<Carrot::AMQP::Server::ServerDown: Connection reset by peer>"
如何检查我的服务器是否已关闭?以及如何重新启动它?
rabbitmq-server