Martyn Taylor created ARTEMIS-3283:
--------------------------------------
Summary: Enable setting "slow-consumer-threshold" to lower than
1msg/second
Key: ARTEMIS-3283
URL: https://issues.apache.org/jira/browse/ARTEMIS-3283
Project: ActiveMQ Artemis
Issue Type: Improvement
Components: Broker
Affects Versions: 2.17.0
Reporter: Martyn Taylor
Assignee: Martyn Taylor
It is often the case that message consumption takes several seconds or even
minutes before processing completes and an ack is returned by the client
application. For example, a worker queues that need to perform some work and
store results in a database.
Right now the minimal throughput that can be set on a "healthy" consumer is
1msg/second. This means that slow-consumer-policy can not be applied to longer
running processing consumers such as the example above.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)