When rabbitmq-server is started, there is a low probability that a udp socket listens to ports of all network interfaces. The rabbitmq version is 3.11.9, and the erlang version is 25.2.2. #10467
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
RabbitMQ nodes can open client sockets, some features very explicitly depends on its ability to do that. OAuth 2 support, Shovel, Federation are some examples when the client sockets are TCP ones. Nodes also periodically connect to epmd to find out if they are still registered with it. I could not find any evidence of it using UDP, the docs do not make that clear but TCP is mentioned 9 times and UDP is not mentioned. RabbitMQ never "calls home", so I don't know what may be opening those client sockets. You haven't shared any details about your node other than the version. |
Beta Was this translation helpful? Give feedback.
-
@tkgup you have not provided enough information for us to assist you:
|
Beta Was this translation helpful? Give feedback.
-
RabbitMQ 3.11 is out of community support. |
Beta Was this translation helpful? Give feedback.
@tkgup you have not provided enough information for us to assist you:
systemd
, k8s, something else?