Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always provide a node name to rabbitmq #596

Merged
merged 1 commit into from
May 15, 2023

Conversation

penguincoder
Copy link
Contributor

When booting, the processes expect that whatever host is in the "node name" is resolvable by DNS. Disabling reverse DNS lookups does not refute this requirement. This change provides an environment variable that RabbitMQ is expecting to find with a value that should be resolvable on all machines: localhost.

Resolves #356

When booting, the processes expect that whatever host is in the
"node name" is resolvable by DNS. Disabling reverse DNS lookups does
not refute this requirement. This change provides an environment
variable that RabbitMQ is expecting to find with a value that should
be resolvable on all machines: `localhost`.
@domenkozar domenkozar merged commit bccae42 into cachix:main May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RabbitMQ Service cannot start and other issues
2 participants