Documentation says that rabbitmq has config: /etc/rabbitmq/rabbitmq.conf but I have nothing there, but rabbitmq-server is running and consuming messages.
Where is my config file?
C:\Users\Administrator\AppData\Roaming\RabbitMQ : This is the main directory where we going to change the config file. Edit the “rabbitmq. config” file, and find the “rabbitmq_management” subject and change the port number that you want to use.
By default, RabbitMQ logs are stored in /var/log/rabbitmq/rabbit@<hostname>. log . The default directory for log files is listed in the RabbitMQ. conf file.
/usr/lib/rabbitmq/plugins is an additional directory where nothing is installed by the RabbitMQ package itself.
It depends in which way you install RabbitMQ. The file usually is not present. If you need it, you have to create it.
For example if you use the package:
rabbitmq-server-mac-standalone-3.4.2.tar.gz
You can find the example file:
etc/rabbitmq/rabbitmq.config.example
and not the file.
Using RABBITMQ_CONFIG_FILE
you can specify the rabbitmq.config file, to be sure you can check this variable.
On Windows:
%APPDATA%\RabbitMQ\rabbitmq.conf
In RabbitMQ 3.7.0+, the main configuration file is rabbitmq.conf
. An additional config file named advanced.config
is also used for some advanced configuration settings; it uses the classic format.
%APPDATA%\RabbitMQ\rabbitmq.config
The configuration file is named rabbitmq.config
and uses the Erlang term format (aka the "classic format" for RabbitMQ config files).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With