Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1534#discussion_r145711210
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/ActiveMQClientLogger.java
---
@@ -541,4 +541,9 @@
@Message(id = 214033, value = "Cannot resolve host ",
format = Message.Format.MESSAGE_FORMAT)
void unableToResolveHost(@Cause UnknownHostException e);
+
+ @LogMessage(level = Logger.Level.ERROR)
+ @Message(id = 214034, value = "Timeout while handshaking has occurred.",
--- End diff --
It would be useful to know the actual length of the timeout which elapsed.
---