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

    https://github.com/apache/activemq-artemis/pull/1534#discussion_r138720142
  
    --- 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 --
    
    I have done a very quick (not 100% complete) example of the way to better 
config this and how to have default (with disabled), and also how to add 
specific logger for the other review comment i left.
    
    If you want to look at:
    
    
https://github.com/michaelandrepearce/activemq-artemis/commit/4e2026c0fce5a75dcb9551fc4237d3cba9abfb23



---

Reply via email to