AMQ-9341: concretely define SSL transport endpoint in client tests (to avoid issue one some environments)

This commit is contained in:
JB Onofré 2023-10-31 17:00:11 +01:00
parent a6631734f9
commit cefb703b86
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class ActiveMQSslConnectionFactoryTest {
final String TRUST_STORE_DIRECTORY_NAME = "src/test/resources/ssl/";
final String TRUST_STORE_RESOURCE_PREFIX = "ssl/";
final String TRUST_STORE_PASSWORD = "password";
final String SSL_TRANSPORT = "ssl://localhost:0";
final String SSL_TRANSPORT = "ssl://localhost:61617";
final String FAILOVER_SSL_TRANSPORT = "failover:(" + SSL_TRANSPORT + ")?maxReconnectAttempts=1";
@Test(expected = ConnectException.class)