[rabbitmq-discuss] latency

Adam Kaminiecki adamka at dgt.com.pl
Tue Nov 9 14:08:43 GMT 2010


>> but have another problem first consumer which connect to exchange
>> before my creazy producer is very slow... dont know why any other
>> consumers work properly...
> Are you saying:
>
> 1. You connect several consumers to Rabbit.
> 2. You have a publisher publishing to Rabbit.
> 3. All but the first consumer have a fast receiving rate.
>
> ?
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



Regards
Adam

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the rabbitmq-discuss mailing list