Skip to content
Discussion options

You must be logged in to vote

RabbitMQ does not start epmd on boot, the runtime does. RabbitMQ periodically starts one-off VMs to make sure epmd is running because on Windows it can be stopped by e.g. effective user logging out (!!). Your security settings need to allow epmd to start and bind to its port (4369) and I guess resolve its hostname. epmd is a service very limited in scope (it translates Erlang node names to range-picked ports on the current host), so it should be whitelisted for most security tools.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dminca
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants