<div dir="ltr">Thanks Matthlas. It works like a dream. Thanks RabbitMQ Team.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 20, 2014 at 1:55 PM, Matthias Radestock <span dir="ltr"><<a href="mailto:matthias@rabbitmq.com" target="_blank">matthias@rabbitmq.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 20/05/14 08:04, Michael Klishin wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  On 20 May 2014 at 09:16:13, Sunny Dyal (<a href="mailto:sunny.dyal@gmail.com" target="_blank">sunny.dyal@gmail.com</a>) wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How a single configuration file work for multiple nodes. Do<br>
</blockquote>
we need to use any command line parameter to specify config file?<br>
</blockquote>
<br>
The config needs to be installed on all nodes. When running N nodes<br>
on a single machine, override config file location and use N separate<br>
config files with different ports.<br>
</blockquote>
<br></div>
or you could just specify the stomp config on the command line...<br>
<br>
$ rabbitmq-server -detached<br>
$ RABBITMQ_NODE_PORT=5673 RABBITMQ_NODENAME=hare RABBITMQ_SERVER_START_ARGS="-<u></u>rabbitmq_stomp tcp_listeners [61614]" rabbitmq-server -detached<br>
$ RABBITMQ_NODE_PORT=5674 RABBITMQ_NODENAME=flopsy RABBITMQ_SERVER_START_ARGS="-<u></u>rabbitmq_stomp tcp_listeners [61615]" rabbitmq-server -detached<br>
<br>
etc.<span class="HOEnZb"><font color="#888888"><br>
<br>
Matthias.<br>
</font></span></blockquote></div><br></div>