[rabbitmq-discuss] Limit QueueingConsumer Memory Usage
Ben Hood
0x6e6562 at gmail.com
Sun Jul 12 22:05:10 BST 2009
Amit,
On Fri, Jul 10, 2009 at 6:17 PM, amit bhatnagar<brownspice at gmail.com> wrote:
> Having said this, I am wondering if it makes sense to use a
> QueueingConsumer on a channel that has a basicQos of 1? Would I be
> safe to use a DefaultConsumer here instead?
Using a DefaultConsumer is only a client side convenience, it has no
bearing on the server's view of message flow. The only way to control
flow effectively is to set the prefetch window as you have previously
indicated.
HTH,
Ben
More information about the rabbitmq-discuss
mailing list