Skip to content
Discussion options

You must be logged in to vote

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.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dormanze
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants