diff --git a/pom.xml b/pom.xml index b80fdef4..6ea7615a 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,6 @@ provided - org.apache.activemq @@ -282,9 +281,9 @@ - activemq.listener.port + activemq.ssl.listener.port - activemq.web_console.port + connection.lost.port connection.broken.port toxiproxy.port @@ -408,128 +407,128 @@ - - - docker - - true - - - - - io.fabric8 - docker-maven-plugin - ${docker.maven.plugin.version} - - - - mule-activemq-ssl - activemq - - ${project.basedir}/src/test/docker/tls - - - - - nofile - 10240 - 10240 - - - - ${activemq.listener.port}:61616 - ${activemq.ssl.listener.port}:61617 - ${activemq.web_console.port}:8161 - - - true - - - ActiveMQ Jolokia REST API available - - - - - - shopify/toxiproxy - toxiproxy - - - ${toxiproxy.port}:8474 - ${connection.lost.port}:${connection.lost.port} - ${connection.broken.port}:${connection.broken.port} - - - activemq - - - - - true - - - - org.slf4j - slf4j-api - 2.0.7 - - - org.slf4j - jcl-over-slf4j - 2.0.7 - - - - - start - pre-integration-test - - build - start - - - true - true - - - - stop - clean - - stop - remove - - - - - - - - - docker-windows - - - windows - - - - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - true - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -553,6 +552,11 @@ Mule Repository https://repository.mulesoft.org/nexus/content/repositories/public/ + + ext-releases + Mule External Libraries Repository + https://repository-master.mulesoft.org/nexus/content/repositories/ext-releases + diff --git a/src/test/munit/activemq-config.xml b/src/test/munit/activemq-config.xml index c9ecba09..1cad1871 100644 --- a/src/test/munit/activemq-config.xml +++ b/src/test/munit/activemq-config.xml @@ -6,7 +6,7 @@ http://www.mulesoft.org/schema/mule/jms http://www.mulesoft.org/schema/mule/jms/current/mule-jms.xsd"> - + diff --git a/src/test/munit/common/common-flows.xml b/src/test/munit/common/common-flows.xml index 75ab33ad..b05d3f93 100644 --- a/src/test/munit/common/common-flows.xml +++ b/src/test/munit/common/common-flows.xml @@ -7,9 +7,9 @@ http://www.mulesoft.org/schema/mule/munit-tools http://www.mulesoft.org/schema/mule/munit-tools/current/mule-munit-tools.xsd http://www.mulesoft.org/schema/mule/munit http://www.mulesoft.org/schema/mule/munit/current/mule-munit.xsd http://www.mulesoft.org/schema/mule/http http://www.mulesoft.org/schema/mule/http/current/mule-http.xsd"> - + - + diff --git a/src/test/munit/xa/activemq-xa-config.xml b/src/test/munit/xa/activemq-xa-config.xml index 406ccac5..3d143773 100644 --- a/src/test/munit/xa/activemq-xa-config.xml +++ b/src/test/munit/xa/activemq-xa-config.xml @@ -27,7 +27,7 @@ http://www.mulesoft.org/schema/mule/jms http://www.mulesoft.org/schema/mule/jms/ - + @@ -39,7 +39,7 @@ http://www.mulesoft.org/schema/mule/jms http://www.mulesoft.org/schema/mule/jms/ - + @@ -52,7 +52,7 @@ http://www.mulesoft.org/schema/mule/jms http://www.mulesoft.org/schema/mule/jms/ - + diff --git a/src/test/resources/activemq.properties b/src/test/resources/activemq.properties new file mode 100644 index 00000000..00545bc1 --- /dev/null +++ b/src/test/resources/activemq.properties @@ -0,0 +1,3 @@ +activemq.host=54.204.209.199 +activemq.web_console.port=8161 +activemq.listener.port=61616