There is clustered rabbitmq. There is one connected consumer to it.
root@serwer1:~# rabbitmqctl list_consumers -p vhost1
Listing consumers ...
queue1.dlq <rabbit@serwer1.3.9529.109> amq.ctag-C5lFDLY7LZjnDdi1hjbAIA true 1000 []
...done.
There is connected with it channel:
root@serwer1:~# rabbitmqctl list_channels vhost pid state connection |grep rabbit@serwer1.3.9529.109
vhost1 <rabbit@serwer1.3.9529.109> running <rabbit@serwer1.3.9537.109>
But - there is no connected connection for it:
root@serwer1:~# rabbitmqctl list_connections vhost pid state |grep rabbit@serwer1.3.9529.109
root@serwer1:~#
How such situation is possible? How to fix it? (rabbitmq 3.3.5 from debian jessie)