epmd Questions
8
I am trying to install rabbitmq. The installation of both erlang i.e OTP 18.1 file was done successfulyl and also rabbitmq installation completed successfully. But when I try to connect rabbitmq, I...
Dekaliter asked 13/7, 2016 at 5:56
1
I've got an Elixir application running inside a Docker container (in my laptop). The Elixir application was executed with the following command:
iex \
--name [email protected] \
--cookie se...
Sturdy asked 27/2, 2018 at 15:29
2
Solved
I'm trying to startup epmd separately from the erlang vm, in order to do monitoring on the connection handling.
This works fine, except for cases when the vm starts up before epmd.
Is there a way...
0
Does anyone knows how to setup RabbitMQ so that epmd.exe is shutdown along with the RabbitMQ service?
This post seems to indicate it is not possible: Is there a way to stop Erlang servers from aut...
1
Solved
Erlang servers will automatically spawn epmd (the Erlang port mapper daemon) if it isn't already running. I would prefer to manage epmd using systemd as a separate service. This is so that if I hav...
1
© 2022 - 2024 — McMap. All rights reserved.