RabbitMQ connectivity tests

Passed

Rabbit Mq Connection details are valid.

Failed

Test Result Recovery Step
ACCESS_REFUSED - Login was refused using authentication mechanism Check the username or password for the RabbitMQ connection.
No connection could be made because the target machine actively refused it. Ensure that the specified port is valid for the RabbitMQ connection.
The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=530, text='NOT_ALLOWED - vhost not found' Ensure that the virtual host is valid for the RabbitMQ connection.
No such host is known Ensure that the host name is valid for the RabbitMQ connection.
Could not connect to RabbitMq server, Check connection details Check the connection details for the RabbitMQ server.
TLS Certificate is not present at the specified CertPath Ensure that the CertPath contains a valid certificate for RabbitMQ connection using TLS authentication.
The client and server cannot communicate, because they do not possess a common algorithm, Please mention the proper TLS Version For TLS Authentication, ensure that the version is the same for both the client and the server.
The given Certificate File for TLS Authentication is invalid Ensure that the certificate file used in TLS authentication is valid.
The specified network password is not correct Ensure that the CertPassword is valid for TLS authentication.