[rabbitmq-discuss] Reason not to use QueueingConsumer?

Michael Klishin mklishin at gopivotal.com
Tue Aug 6 09:27:23 BST 2013


jchappelle:

> The only problem I can see is that memory could fill up if my consumer is
> not keeping up with the producer.

That's the primary downside, it uses an unbounded queue to collect deliveries,
which may cause an OOM exception.

By the way, could you point me to the page that says it's deprecated?
We should either add a proper annotation or revisit this decision because QueueingConsumer
is still used in one of the tutorials.
--
MK

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130806/6e44886a/attachment.pgp>


More information about the rabbitmq-discuss mailing list