]
Miroslav Novak commented on WFLY-6880:
--------------------------------------
Hi [~bayern39], it seems that this feature was implemented in Artemis 1.4. WF11 contain
Artemis 1.5.5 and this should be solved there. Can this feature request be resolved?
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.