Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1750#discussion_r159896349
--- Diff:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/jms/server/config/JMSConfigurationTest.java
---
@@ -97,4 +111,56 @@ public void testSetupJMSConfiguration() throws
Exception {
server.stop();
}
+
+ @Test
+ public void testHandshakeTimeoutWithValueSet() throws Exception {
+ JMSServerManager jmsServer;
--- End diff --
Or don't even use a configuration file and just programmatically configure
the acceptor.
---