Description
If a consumer is slow and a candidate to abort, the broker sends a control command to the consumer. However there is no guarantee that the consumer will respond to the command and close. As a result the consumer can remain longer than necessary and possibly indefinitely.,
The broker needs to follow up with a local removeInfo that will force the removal from the broker so that inflight messages can get eagerly redispatched.
The client can eventually shut down the client view of the consumer but the broker will be able to continue regardless.
Attachments
Issue Links
- is related to
-
AMQ-378 add pluggable Policy which is fired in a background Timer to detect slow consumers for non-durable topics and kill them (maybe with a pre-warning of being slow a little before being killed)
- Resolved
-
AMQ-4621 Provide a polling SlowConsumerPolicy that uses LastAck time on a sub
- Resolved