[rabbitmq-discuss] 2.4.1, RABBITMQ_SERVER_START_ARGS, and the management plugin
Jason Klassen
Jason.Klassen at protegra.com
Thu Jun 16 17:07:50 BST 2011
Hi,
We're using rabbitMQ server 2.4.1 and the management plugin. I want to run the management plugin on a different port than 55672 and have it set using the rabbitmq-server.bat.
Using the example from the clustering documentation I added this line
set RABBITMQ_SERVER_START_ARGS="-rabbitmq_mochiweb port 54444"
after
setlocal enabledelayedexpansion
but then running
rabbitmq-server.bat
will successfully activate the plugins but the management plugin still starts up on 55672 and not 54444
http://localhost:55672/mgmt/#/ = works
http://localhost:54444/mgmt/#/ = fails
How can I start the management plugin on a different port using the RABBITMQ_SERVER_START_ARGS?
Thanks,
Jason Klassen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110616/edc26b9c/attachment.htm>
More information about the rabbitmq-discuss
mailing list