All-zero listening ports in the RabbitMQ container #8973
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The output suggests the port is used by a RabbitMQ node. RabbitMQ does not use UDP except for one (non-tier 1, that is, not shipped with RabbitMQ) exchange type plugin, rabbitmq-udp-exchange. All the protocols RabbitMQ supports are TCP-based. See The community Docker image for RabbitMQ does not install and enable that plugin. If I were to guess, neither should be Bitnami and the VMware RabbitMQ images. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. |
Beta Was this translation helpful? Give feedback.
The output suggests the port is used by a RabbitMQ node.
RabbitMQ does not use UDP except for one (non-tier 1, that is, not shipped with RabbitMQ) exchange type plugin, rabbitmq-udp-exchange. All the protocols RabbitMQ supports are TCP-based.
See
rabbitmq-plugins list
or node logs to find out what plugins are enabled on the node.The community Docker image for RabbitMQ does not install and enable that plugin. If I were to guess, neither should be Bitnami and the VMware RabbitMQ images.