AMQ-8398 - Fix build

This commit is contained in:
Aleksei Zotov 2024-09-04 11:12:53 -04:00
parent 291fa514ff
commit f730b567d3
1 changed files with 2 additions and 0 deletions

View File

@ -342,6 +342,8 @@ public class StompTestSupport {
autoNioSslPort = connector.getConnectUri().getPort(); autoNioSslPort = connector.getConnectUri().getPort();
LOG.debug("Using auto+nio+ssl port " + autoNioSslPort); LOG.debug("Using auto+nio+ssl port " + autoNioSslPort);
} }
connector.setAllowLinkStealing(true);
} }
protected boolean isPersistent() { protected boolean isPersistent() {