You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Adam Kaminiecki <ad...@dgt.eu> on 2012/11/19 15:42:38 UTC

C# qpid 0.16 slow consumer

Hi,

I'm trying to use C# qpid client version and server version 0.16 and I 
get a trouble with consumer speed.
Message fetch from connection give me receiving message rate about 
100-100m/s

Can u give me some advise how to solve this??

Regards,
Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: C# qpid 0.16 slow consumer

Posted by Adam Kaminiecki <ad...@dgt.eu>.
Thanks that helps me a lot.

Regards,
Adam

W dniu 2012-11-19 15:56, Gordon Sim pisze:
> On 11/19/2012 02:42 PM, Adam Kaminiecki wrote:
>> Hi,
>>
>> I'm trying to use C# qpid client version and server version 0.16 and I
>> get a trouble with consumer speed.
>> Message fetch from connection give me receiving message rate about
>> 100-100m/s
>>
>> Can u give me some advise how to solve this??
>
> What capacity have you set on the receiver? If that is 0 (the 
> default), then each fetch requires a roundtrip to the broker (possibly 
> two if you are then also acknowledging it). If you increase that 
> number the broker can send you messages in anticipation of fetch calls 
> which speeds things up.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: C# qpid 0.16 slow consumer

Posted by Gordon Sim <gs...@redhat.com>.
On 11/19/2012 02:42 PM, Adam Kaminiecki wrote:
> Hi,
>
> I'm trying to use C# qpid client version and server version 0.16 and I
> get a trouble with consumer speed.
> Message fetch from connection give me receiving message rate about
> 100-100m/s
>
> Can u give me some advise how to solve this??

What capacity have you set on the receiver? If that is 0 (the default), 
then each fetch requires a roundtrip to the broker (possibly two if you 
are then also acknowledging it). If you increase that number the broker 
can send you messages in anticipation of fetch calls which speeds things up.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org