mirror of https://github.com/apache/activemq.git
Merge pull request #1105 from jbonofre/AMQ-9341
AMQ-9341: concretely define SSL transport endpoint in client tests
This commit is contained in:
commit
c51a37d050
|
@ -30,7 +30,7 @@ public class ActiveMQSslConnectionFactoryTest {
|
||||||
final String TRUST_STORE_DIRECTORY_NAME = "src/test/resources/ssl/";
|
final String TRUST_STORE_DIRECTORY_NAME = "src/test/resources/ssl/";
|
||||||
final String TRUST_STORE_RESOURCE_PREFIX = "ssl/";
|
final String TRUST_STORE_RESOURCE_PREFIX = "ssl/";
|
||||||
final String TRUST_STORE_PASSWORD = "password";
|
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";
|
final String FAILOVER_SSL_TRANSPORT = "failover:(" + SSL_TRANSPORT + ")?maxReconnectAttempts=1";
|
||||||
|
|
||||||
@Test(expected = ConnectException.class)
|
@Test(expected = ConnectException.class)
|
||||||
|
|
Loading…
Reference in New Issue