Replies: 2 comments 2 replies
-
Now I realized that if I register the environment variable in the system's persistent area, it works.
Is the current behavior as expected? I think it is better to capture and store the environment variables to service property when installing the service because it is safe from unexpected modifications. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This behavior changed between version 3.8.3 and 3.8.4. I'm investigating the commit logs to see why. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In RabbitMQ 3.8.3, the "RABBITMQ_CONFIG_FILE" environment variable worked when installing as a service.
But it doesn't work with RabbitMQ 3.9.10. It only works when run it with "rabbitmq-server.bat".
My environments is
Erlan OTP : 23.3.4.9
RabbitMQ version : 3.9.10
Platform : Windows Server 2019
Reproduce steps
then log shows as "config file(s) : (none)"
But run with "rabbitmq-server.bat", then log shows as
How can I change the config file path when installing as a windows service?
Beta Was this translation helpful? Give feedback.
All reactions