jbonofre commented on code in PR #1292: URL: https://github.com/apache/activemq/pull/1292#discussion_r1743996640
########## activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompTestSupport.java: ########## @@ -342,6 +342,8 @@ protected void addTranportConnectors() throws Exception { autoNioSslPort = connector.getConnectUri().getPort(); LOG.debug("Using auto+nio+ssl port " + autoNioSslPort); } + + connector.setAllowLinkStealing(true); Review Comment: That one can help in the case of a race condition because it can reuse the link from another client. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact