Hi guys!
On my Windows instance of RabbitMQ (3.3.5) I didn't have config file, so RabbitMQ used default values.
After that I decided to set one parameter and renamed file rabbitmq.config.example in %APPDATA%\RabbitMQ to rabbitmq.config.
But in log file I can see:
=INFO REPORT==== 10-Nov-2014::12:25:21 ===
node : rabbit@YALIOSHINOV
home dir : C:\WINDOWS
config file(s) : c:/Users/Yury.Alioshinov/AppData/Roaming/RabbitMQ/rabbitmq.config (not found)
cookie hash : FjLyZGMaTpP+ODCthfIkJg==
log : C:/Users/Yury.Alioshinov/AppData/Roaming/RabbitMQ/log/rab...@YALIOSHINOV.log
sasl log : C:/Users/Yury.Alioshinov/AppData/Roaming/RabbitMQ/log/rab...@YALIOSHINOV-sasl.log
database dir : c:/Users/Yury.Alioshinov/AppData/Roaming/RabbitMQ/db/rabbit@YALIOSHINOV-mnesia
So RabbitMQ didn't find config file....
Is it a bug or maybe I made something wrong?