<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Following is my understanding:<br>
      usage:<br>
      scheduler queue is used for compute api server. For example of
      nova boot, API server will send a msg to scheduler queue for a
      booting<br>
      scheduler_<b
        style="font-family:Verdana,sans-serif;font-weight:normal"><font>fanout_xxxx
          is used for service<b>s to report service capability. For
            example, nova compute </b></font></b>will use
      scheduler_fanout to publish its capabilities.<br>
      <br>
      scheduler.{hostname} seemingly is not used now.<br>
      we can deploy many schedulers into a Openstack cloud. All the
      schedulers will listen on scheduler msg queue. AMQP server
      (rabbitmq) will adopt round robin way to <br>
      dispatch the msg to these schedulers. But since the capabilities
      are fan outed, all the schedulers can receive these capabilities.<br>
      <br>
      On 10/30/2012 06:55 PM, 韦远科 wrote:<br>
    </div>
    <blockquote
cite="mid:CAGCAvmfPpDjz=j2crdhZVaN-NbEA0+GU7x40Q0w69sjNzh3ozA@mail.gmail.com"
      type="cite">
      <div>hi all,</div>
      <div><br>
      </div>
      <div>I read into the source code for nova-scheduler and found
        there actually exists three msg queues, like</div>
      <div>"scheduler"</div>
      <div>"scheduler.node70"</div>
      <div>"scheduler_<b
          style="font-family:Verdana,sans-serif;font-weight:normal"><font>fanout_bd738fedcdf344d9bb3cb580657f54e0</font></b>".</div>
      <div><br>
      </div>
      <div>what's the functions for each queue and are there
        connections??</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>thanks,</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div><br>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Mailing list: <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
Post to     : <a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>
Unsubscribe : <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
More help   : <a class="moz-txt-link-freetext" href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>