mirror of https://github.com/apache/activemq.git
AMQ-9341: concretely define SSL transport endpoint in client tests (to avoid issue one some environments)
This commit is contained in:
parent
a6631734f9
commit
cefb703b86
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue