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

    https://github.com/apache/activemq-artemis/pull/1534#discussion_r145710225
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/protocol/ProtocolHandler.java
 ---
    @@ -38,6 +39,7 @@
     import io.netty.handler.codec.http.HttpResponseEncoder;
     import org.apache.activemq.artemis.api.core.client.ActiveMQClient;
     import org.apache.activemq.artemis.core.buffers.impl.ChannelBufferWrapper;
    +import org.apache.activemq.artemis.core.client.ActiveMQClientLogger;
    --- End diff --
    
    Since the timeout is being identified by the server the 
ActiveMQServerLogger should be used here, not the client logger.


---

Reply via email to