<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">According to the compatibility and
      conformance with amqp specification
      (<a class="moz-txt-link-freetext" href="http://www.rabbitmq.com/specification.html">http://www.rabbitmq.com/specification.html</a>) rabbitmq <br>
      does NOT support messages priority. It is planned to support in
      future. Also you should be aware that amqp specifies at least 2 <br>
      priorities, so it is possible that it will not work as you would
      wish in the one of future releases. I implemented message
      priorities using <br>
      many queues and consume messages on them always in the same order
      (1st queue (is message) -&gt; 1st queue (is message) -&gt; 1st
      queue (empty)<br>
      -&gt; 2nd queue (is message) -&gt; 1st queue (empty) -&gt; 2nd
      queue (empty) -&gt; 3rd queue (is message) -&gt; 1st queue ...)<br>
      <br>
      Best regards, <br>
      Ernest Staszuk<br>
      <br>
      W dniu 2012-07-27 10:13, andy pisze:<br>
    </div>
    <blockquote cite="mid:000001cd6bcf$b6ac9b60$2405d220$@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:10.5pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
/* Page Definitions */
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span lang="EN-US">We use spring amqp to
            use rabbitmq,but I have meet a problem that we should send
            the message &nbsp;in the queue &nbsp;to &nbsp;programe &nbsp;in order of the
            priority,through &nbsp;I have set the message propriety,the
            rabbitmq still sends message in order of<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Delievered time. Could
            you tell me how to make it work so that we could&nbsp; send
            message &nbsp;order by &nbsp;priority <o:p></o:p></span></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rabbitmq-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a>
<a class="moz-txt-link-freetext" href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>