<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 08/02/2012 02:36 PM, Tim Watson wrote:
    <blockquote cite="mid:501A8255.5080007@rabbitmq.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      On 08/02/2012 01:46 PM, Thiago Burgo Belo wrote:
      <blockquote
cite="mid:CABjKUK8s7vLQHxTfdoF9JOv5sEJGByoD7OdSYdHEwMzGnwdkSw@mail.gmail.com"
        type="cite">Hi all,&nbsp;
        <div><br>
        </div>
        <div>There is a way to run &nbsp;2 rabbit instances (not clustered)
          in same machine? The VirtualHost is to do this (isolate
          instances)?</div>
        <div><br>
        </div>
      </blockquote>
      <br>
      Sure, if what you mean is to have two distinct brokers running on
      the same machine. Just give them different node names using the
      RABBITMQ_NODENAME environment variable. Virtual host is not
      required for this.<br>
    </blockquote>
    <br>
    Oh yes - you'll want different listening ports as well, and possibly
    won't want to share other things either (mnesia dir, plugins dirs,
    etc). Please see <a class="moz-txt-link-freetext" href="http://www.rabbitmq.com/configure.html">http://www.rabbitmq.com/configure.html</a> for an
    exhaustive list.<br>
    <br>
    Cheers,<br>
    Tim<br>
  </body>
</html>