I am using RabbitMQ server with Django 1.8 on CentOS. When I restart the rabbitmq-server, the operation completes and shows the message "restart ok". But when I see the status it shows following output:
Starting node rabbit@bynrySystem ...
Error: unable to connect to node rabbit@bynrySystem: nodedown
DAIGNOSTICS
===========
attempted to contact: [rabbit@bynrySystem]
rabbit@bynrySystem:
* connected to epmd (port 4369) on bynrySystem
* epmd reports: node 'rabbit' not running at all
no other nodes on bynrySystem
* suggestion: start the node
current node details:
- node name: 'rabbitmq-cli-59@bynrySystem'
- home dir: /var/lib/rabbitmq
- cookie hash: f/MoFCCKTONVCYhIDLxvew==
When I run a task it gives following error.
consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.