This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new cefb703b8 AMQ-9341: concretely define SSL transport endpoint in client
tests (to avoid issue one some environments)
new c51a37d05 Merge pull request #1105 from jbonofre/AMQ-9341
cefb703b8 is described below
commit cefb703b86f792616f19bd569daee9da7219efbe
Author: JB Onofré <[email protected]>
AuthorDate: Tue Oct 31 17:00:11 2023 +0100
AMQ-9341: concretely define SSL transport endpoint in client tests (to
avoid issue one some environments)
---
.../test/java/org/apache/activemq/ActiveMQSslConnectionFactoryTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/activemq-client/src/test/java/org/apache/activemq/ActiveMQSslConnectionFactoryTest.java
b/activemq-client/src/test/java/org/apache/activemq/ActiveMQSslConnectionFactoryTest.java
index 2ca1e6436..594a85388 100644
---
a/activemq-client/src/test/java/org/apache/activemq/ActiveMQSslConnectionFactoryTest.java
+++
b/activemq-client/src/test/java/org/apache/activemq/ActiveMQSslConnectionFactoryTest.java
@@ -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)