Skip to content

Instantly share code, notes, and snippets.

@swapnonil
Created February 24, 2013 20:00
Show Gist options
  • Save swapnonil/5025344 to your computer and use it in GitHub Desktop.
Save swapnonil/5025344 to your computer and use it in GitHub Desktop.
Generic Rabbit MQ Config. This one makes the rabbit mq work on 5673 instead of 5672 and the Management Plugin work on 15673 instead of 15672.
[
{mnesia, [{dump_log_write_threshold, 1000}]},
{rabbit, [{tcp_listeners, [5673]}]},
{rabbitmq_management,
[{listener, [{port, 15673},
{ip, "127.0.0.1"}
]}
]}
].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment