[ 
https://issues.apache.org/jira/browse/ARTEMIS-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16165147#comment-16165147
 ] 

ASF GitHub Bot commented on ARTEMIS-1420:
-----------------------------------------

Github user michaelandrepearce commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1534#discussion_r138714254
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java
 ---
    @@ -206,6 +207,8 @@
     
        final AtomicBoolean warningPrinted = new AtomicBoolean(false);
     
    +   private static int communicationTimeout = 30; //seconds
    --- End diff --
    
    Also shouldn't be static, as you may want to configure different acceptors 
to different configs


> limit non-ssl connection hangs up exceeding client(s)
> -----------------------------------------------------
>
>                 Key: ARTEMIS-1420
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1420
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 2.3.0
>            Reporter: Stanislav Knot
>
> this is a max-negotiate-time. Maximum time a connection can take to send the 
> initial protocol negotiation, so time between creating tcp connection and 
> sending the first frame.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to