mattrpav commented on code in PR #1292:
URL: https://github.com/apache/activemq/pull/1292#discussion_r1744036111
##########
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:
Note: This closes the _other_ client and allows the new connection to use
the clientId.
While this would work, these smells more like a hack vs a fix. Why/Where is
the other client connection coming from?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact