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: [email protected]
For additional commands, e-mail: [email protected]