7a9de8eea3
Casting the result of getPeerCertificates() to X509Certificate[] mirrors what is done in the ActiveMQ "Classic" code-base. A few tests which were imported from ActiveMQ "Classic" to verify our OpenWire implementation were removed as they relied on a "stub" implementation of javax.net.ssl.SSLSession that never would have worked across multiple JDKs once javax.security.cert.X509Certificate[] was removed. Furthermore, the tests appeared to be related to the OpenWire *client* and not relevant to our broker-side implementation. |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
ActiveMQ 5 unit tests against ActiveMQ Artemis wrapper
This maven module is used to run ActiveMQ5 unit tests against ActiveMQ Artemis broker.
The Artemis broker is 'wrapped' in BrokerService and the unit tests are slightly modified.
Then run the tests simply do
mvn -DskipActiveMQTests=false clean test
It will kickoff the whole test suite.