I don't understand how it works.
I have two computers: the first one has my applications installed and the second one is running RabbitMQ.
I've created an inbound rule in the first computer to block all incoming traffic for ports 30000-60000.
As I see it, the client initiates a connection from 172.20.37.2:59948 to 172.20.44.55:5672, but client also receive messages from the server. And as I can see the client receive responses to port #59948. So, I wondering why incoming traffic was not blocked by firewall, since according to the documentation inbound rule
should blocks all
incoming traffic.