<html><body>
<p><tt>On Wed, Mar 9, 2011 at 07:38, Jos� Manuel Rivas de Arriba<br>
&lt;jmrivas@amper.es&gt; wrote:<br>
&gt; I�m evaluating if RabbitMQ fulfills our requirements.<br>
&gt;<br>
&gt; Our system needs to send messages with different priorities from one computer to another computer, that are into different subnetworks whose connectivity are through different L3 switches.<br>
&gt;<br>
&gt; Do you know if this is possible with RabbitMQ? Is network routing implemented? Are priority queues implemented?<br>
<br>
Priorities are not natively implemented in RabbitMQ. But, in most<br>
cases you may do priorities in your app. We usually recommend creating<br>
one queue for each priority, and consuming from<br>
them in priority order.<br>
<br>
Hope that helps.<br>
<br>
Cheers,<br>
 &nbsp;Marek<br>
</tt><br>
<br>
<tt>******************************************************************</tt><br>
<tt>Thanks Marek,</tt><br>
<br>
<tt>Do you know if network routing is natively implemented in RabbitMQ or it must be solved by our application?</tt><br>
<br>
<tt>Best regards,</tt><br>
<tt>Jose</tt><br>
<br>
</body></html>