[
https://issues.apache.org/jira/browse/ARTEMIS-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211082#comment-16211082
]
ASF GitHub Bot commented on ARTEMIS-1420:
-----------------------------------------
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.
> 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)