Hi All
I'm looking for a bit of help using the RABBITMQ_ADVANCED_CONFIG_FILE environment variable on Windows.
We were using v3.7.5 and I set the
RABBITMQ_ADVANCED_CONFIG_FILE to the location of my advanced.config file and this worked fine. Since upgrading to v3.8.9, I cannot get RabbitMQ to see my configuration file - it will only look in %APPDATA%\RabbitMQ.
I am doing what I did before, using rabbitmq-service remove, setting the environment variable and then rabbitmq-service install.
I have tried different values for
RABBITMQ_CONFIG_FILE, tried setting the variables in a rabbitmq-env-conf.bat file and passing this in with RABBITMQ_CONF_ENV_FILE, but nothing will get it to pick up my advanced.config file!
How do I set up Rabbit to use my advanced.config file??
Many Thanks
James