]
Chen Maoqian moved JBEAP-5405 to WFLY-6880:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-6880 (was: JBEAP-5405)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
(was: ActiveMQ)
Affects Version/s: 10.0.0.Final
(was: 7.0.0.CR1)
Disable slow client reconnecting with KILL slow client policy
--------------------------------------------------------------
Key: WFLY-6880
URL:
https://issues.jboss.org/browse/WFLY-6880
Project: WildFly
Issue Type: Feature Request
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Chen Maoqian
Assignee: Chen Maoqian
Priority: Minor
It is possible to detect and handle(KILL, NOTIFY) slow consumers. In case policy KILL is
used and connection factory used to create connection of slow consumer has attribute
{{reconnect-attempts}} set to {{"-1"}}, slow consumer reconnects to server. This
consumer is then reconnects, is detected as slow and disconnected.
Attribute {{reconnect-attempts="-1"}} should be ignored, and slow client should
not be trying to reconnect once it is disconnected by KILL slow consumer policy.