-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR11
-
None
We have one queue. Imagine messages are produced at 2 msgs/s. There are three consumers and slow consumer limit is 1 msgs/s. What happens is that all three consumers get killed as slow, even though it is impossible for any of them to be fast, since messages are distributed equally between the consumers (round-robin).
This has real consumer impact in a situation when producer rate is usually high (so it requires multiple consumers working in parallel), but may occasionally drop close to consumer-threshold. In this case, broker disconnects all consumers who then have to reconnect and message processing is delayed for the time of the reconnecting.
- is blocked by
-
JBEAP-8749 Slow consumer detection not working when paging
-
- Closed
-
-
JBEAP-11623 (7.0.z) Slow consumer detection not working when paging
-
- Closed
-
- is related to
-
ENTMQBR-2386 Slow consumers not disconnected if producer msg/s rate is low
-
- Closed
-
-
JBEAP-9331 Slow consumers not disconnected if producer msg/s rate is low
-
- Closed
-
- relates to
-
ARTEMIS-921 Loading...
-
ARTEMIS-1011 Loading...