[rabbitmq-discuss] Network routing in RabbitMQ

José Manuel Rivas de Arriba jmrivas at amper.es
Wed Mar 9 14:15:09 GMT 2011


On Wed, Mar 9, 2011 at 07:38, José Manuel Rivas de Arriba
<jmrivas at amper.es> wrote:
> I´m evaluating if RabbitMQ fulfills our requirements.
>
> 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.
>
> Do you know if this is possible with RabbitMQ? Is network routing implemented? Are priority queues implemented?

Priorities are not natively implemented in RabbitMQ. But, in most
cases you may do priorities in your app. We usually recommend creating
one queue for each priority, and consuming from
them in priority order.

Hope that helps.

Cheers,
  Marek


******************************************************************
Thanks Marek,

Do you know if network routing is natively implemented in RabbitMQ or it must be solved by our application?

Best regards,
Jose
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110309/158726ee/attachment.htm>


More information about the rabbitmq-discuss mailing list