[rabbitmq-discuss] latency
Matthew Sackman
matthew at rabbitmq.com
Tue Nov 9 14:19:15 GMT 2010
On Tue, Nov 09, 2010 at 03:08:43PM +0100, Adam Kaminiecki wrote:
> Yes
> >In 1, are all these consumers consuming from the same queue or do they
> >all have their own queues?
> my using example bind to exchane
> q = channel.QueueDeclare();
> channel.QueueBind(q, exchName, exchName, false, null);
>
> so they have their own queues I suppose
Quite. So you can use rabbitmqctl list_queues to see the stats regarding
each queue - what is the output of that during this: is one queue indeed
much larger than all the others?
Matthew
More information about the rabbitmq-discuss
mailing list