Merge pull request #1105 from jbonofre/AMQ-9341

AMQ-9341: concretely define SSL transport endpoint in client tests
This commit is contained in:
JB Onofré 2023-11-01 06:40:37 +01:00 committed by GitHub
commit c51a37d050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)