[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-08-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/672 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-08-01 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72982711 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/RemotingConnectionImpl.java --- @@ -387,4 +3

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-08-01 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72964880 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/RemotingConnectionImpl.java --- @@ -387,4 +388,15

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-08-01 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72964784 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQSessionContext.java --- @@ -162,6 +164,14

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-28 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72704599 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/RemotingConnectionImpl.java --- @@ -387,4 +3

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-28 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72686789 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/RemotingConnectionImpl.java --- @@ -387,4 +389,15

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-28 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72686692 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQSessionContext.java --- @@ -759,6 +769,12

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-27 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72517417 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java --- @@ -2983,6 +2988,18 @@ else if (consu

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-27 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72516322 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/DisconnectConsumerWithKillMessage.java

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-27 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72516104 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SlowConsumerTest.java --- @@ -115,6 +11

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-27 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72421190 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/DisconnectConsumerWithKillMessage.java ---

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-27 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72421069 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java --- @@ -2983,6 +2988,18 @@ else if (consumerRa

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-27 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72420954 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java --- @@ -2971,6 +2975,7 @@ public void run() {

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-27 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72420605 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SlowConsumerTest.java --- @@ -115,6 +119,40

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-27 Thread johnament
Github user johnament commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/672#discussion_r72420571 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SlowConsumerTest.java --- @@ -115,6 +119,40

[GitHub] activemq-artemis pull request #672: [ARTEMIS-642] Disable slow client reconn...

2016-07-27 Thread bayern39
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 runn