[rabbitmq-discuss] Network routing in RabbitMQ
    Marek Majkowski 
    majek04 at gmail.com
       
    Wed Mar  9 14:05:02 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
    
    
More information about the rabbitmq-discuss
mailing list