[rabbitmq-discuss] mirrored queue cluster

PATAR, SAGAR sp345s at att.com
Fri Oct 4 18:01:37 BST 2013


Thank you .. Apart from Queue.. We should be able to mirror a topic (I mean Topic Exchange) as well right...


-----Original Message-----
From: rabbitmq-discuss-bounces at lists.rabbitmq.com [mailto:rabbitmq-discuss-bounces at lists.rabbitmq.com] On Behalf Of Michael Klishin
Sent: Friday, October 04, 2013 10:48 AM
To: Discussions about RabbitMQ
Subject: Re: [rabbitmq-discuss] mirrored queue cluster


On oct 4, 2013, at 6:40 p.m., "PATAR, SAGAR" <sp345s at att.com> wrote:

> Below when u say queues ..do you mean Exchanges ??

When I say "queues" I mean "queues".

> Do you suggest to have separate queues per consuming system (dynamically by the consumer ??)

I'm not sure what "consuming system" means but yes, if you can use multiple queues in
some cases, do that. E.g. if you are streaming log events and have 5 severities,
you can use a Single Giant Queue(tm) (SGQ) or 5 smaller queues, one per severity. 5 smaller
queues will both utilize your hardware resources better and will let you distributed
the load across nodes.

SGQ is not a great design decision in general, but especially so for loaded systems.

Note that it's perfectly fine and not uncommon for a single application or instance
to consume from multiple queues.

MK





More information about the rabbitmq-discuss mailing list