[
https://issues.apache.org/jira/browse/ARTEMIS-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15395165#comment-15395165
]
ASF GitHub Bot commented on ARTEMIS-642:
----------------------------------------
GitHub user bayern39 opened a pull request:
https://github.com/apache/activemq-artemis/pull/672
[ARTEMIS-642] Disable slow client reconnecting with KILL slow client policy
https://issues.apache.org/jira/browse/ARTEMIS-642
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bayern39/activemq-artemis kill_slow_client
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/672.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #672
----
commit 3ad7f08597e7e4dee6f348d1d4b76776b37c5ce9
Author: bayern39 <[email protected]>
Date: 2016-07-15T07:33:42Z
[ARTEMIS-642] Disable slow client reconnecting with KILL slow client policy
----
> Disable slow client reconnecting with KILL slow client policy
> -------------------------------------------------------------
>
> Key: ARTEMIS-642
> URL: https://issues.apache.org/jira/browse/ARTEMIS-642
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Affects Versions: 1.3.0
> Reporter: 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)