Hi, We have provisioned a virtual machine scale set and installed RabbitMQ on them. Before add them in to the cluster, we are trying to perform the connectivity test on multiple ports specific to RabbitMQ but both of these machines are not communicating.

siri 0 Reputation points
2023-05-05T18:55:34.5966667+00:00

Hi, We have provisioned a virtual Machine scale set and installed RabbitMQ on the virtual machines. Before add them in to the cluster, we are trying to perform the connectivity test on to multiple ports specific to RabbitMQ but both of these machines are not communicating with each other.

Enabled the ports in network group validated the windows firewall defender, subnets looks okay

Tried to connect with the public IP's of the machines also

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
352 questions
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 24,446 Reputation points
    2023-05-08T03:37:26.1133333+00:00

    Hello siri

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    You mentioned you have already checked "Enabled the ports in network group validated the windows firewall defender, subnets looks okay"

    To further troubleshoot this issue, check below recommendations to see if those help:

    -Check if the RabbitMQ service is running on both virtual machines.

    -Check if the RabbitMQ ports are open on both virtual machines. RabbitMQ uses port 5672 for non-SSL connections and port 5671 for SSL connections

    -Check if the virtual machines are in the same subnet. If they are not in the same subnet, they will not be able to communicate with each other.

    -Check if the network security group (NSG) rules allow traffic on the RabbitMQ ports. You can check the NSG rules by going to the Azure portal, selecting the NSG associated with the subnet of the virtual machines, and checking if there are any rules that block traffic on the RabbitMQ ports.

    Hope this helps.

    0 comments No comments