Repository to hold the necessary pieces to integrate ActiveMQ Artemis with WildFly.
The tests have a dependency on ActiveMQ Artemis integration-tests test-jar. This test-jar is not currently released as part of ActiveMQ Artemis. Therefore you must checkout the ActiveMQ Artemis source and build locally. To do this:
git clone https://github.com/apache/activemq-artemis
cd activemq-artemis
mvn clean install
Once the build of activemq Artemis has complete the appropriate jars will be added to your local .m2 directory and you are able to run the tests from the artemis-wildfly-integration directory:
mvn clean test