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