mirror of https://github.com/apache/activemq.git
AMQ-8398 - Fix build
This commit is contained in:
parent
291fa514ff
commit
f730b567d3
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue