[rabbitmq-discuss] Change rabbitmq_mochiweb listning port for management plugin

David Myllykangas david.myllykangas at ericsson.com
Fri Aug 10 11:46:47 BST 2012


I am trying to modify the port for the management plugin;

I got the plugin to work on the default port, but when I create a rabbitmq.config file, it does not work. It does not even work if I specify 55672 as port in this configfile. If I remove the configfile and restart rabbitmq, it works again.

$ cat > etc/rabbitmq/rabbitmq.config
[
  {rabbitmq_mochiweb, [{listeners, [{mgmt, [{port, 8004}]}]}]}, ]. 
$

Any idea what I do wrong?

Thanks,
 David


More information about the rabbitmq-discuss mailing list