|
|
|
|
@ -41,6 +41,8 @@ import org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl;
@@ -41,6 +41,8 @@ import org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl;
|
|
|
|
|
import org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl; |
|
|
|
|
import org.apache.activemq.artemis.jms.server.config.impl.TopicConfigurationImpl; |
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
|
import org.junit.jupiter.api.condition.DisabledOnJre; |
|
|
|
|
import org.junit.jupiter.api.condition.JRE; |
|
|
|
|
import org.junit.jupiter.api.io.TempDir; |
|
|
|
|
import org.messaginghub.pooled.jms.JmsPoolConnectionFactory; |
|
|
|
|
|
|
|
|
|
@ -64,6 +66,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@@ -64,6 +66,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|
|
* @author Eddú Meléndez |
|
|
|
|
* @author Stephane Nicoll |
|
|
|
|
*/ |
|
|
|
|
@DisabledOnJre(value = JRE.OTHER, disabledReason = "https://issues.apache.org/jira/browse/ARTEMIS-4975") |
|
|
|
|
class ArtemisAutoConfigurationTests { |
|
|
|
|
|
|
|
|
|
private final ApplicationContextRunner contextRunner = new ApplicationContextRunner() |
|
|
|
|
|