goferd error

Latest response

I am getting this while checking with systemctl status goferd
[ERROR][worker-0] gofer.messaging.adapter.connect:33 - connect: proton+amqps://subscription.rhn.redhat.com:5647, failed: Connection amqps://subscription.rhn.redhat.com:5647 disconnected

Looks like it;s listening on port 5671 instead of port 5647. Is that an issue? How do i fix this?

netstat -anp | grep 5647 gives the following;

tcp 0 0 0.0.0.0:5647 0.0.0.0:* LISTEN 28***/qdrouterd

Responses