I have rabbitmq-server
installed from the system package on Ubuntu 12, and no matter what I do it seems to ignore any configuration file.
Everything on the web says the server looks for /etc/rabbitmq/rabbitmq.conf
, but even if I create that file the server reports no config:
> /usr/sbin/rabbitmq-server
node : rabbit@ip-10-160-149-160
app descriptor : /usr/lib/rabbitmq/lib/rabbitmq_server-2.7.1/sbin/../ebin/rabbit.app
home dir : /var/lib/rabbitmq
config file(s) : (none)
I tried setting RABBITMQ_CONFIG_FILE
to point to that file, but that has no effect.
Fwiw, my rabbitmq-env.conf
seems to want to source scripts from /etc/rabbitmq.conf.d
, but these appear to be expected to be bash scripts, not Erlang config.