Re: Slow consumer on Queue ?

2019-11-26 Thread Tim Bain
A few things. 1) Slow consumers themselves can't be disabled. What can be enabled or disabled is configuration for what the broker should do in response to them. And you should definitely configure limits to protect the broker in the event that a consumer is consistently slower than the producer i

Re: Slow consumer on Queue ?

2019-11-24 Thread Tim Bain
Slow consumers can be identified for both queues and topics. But whereas one of the primary responses (terminate the subscription and force the consumer to re-subscribe) will protect the broker in the case of a non-durable topic subscription (because the broker no longer needs to keep those unconsu

Slow consumer on Queue ?

2019-11-21 Thread Jérôme Barotin
Hi, I just went to read the page in documentation about slow consumer handling : http://activemq.apache.org/slow-consumer-handling.html and I have two questions : * Is "slow consumer" feature exists about queue ? in the doc there's only topic mentioned. * what is the default pending mess