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: 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


Reply via email to