ee20248404
Some of the SSL tests in openwire requires to pass in more options like enabledCipherSuites. It needs to refactor the test util to allow passing of those options to broker. And some of the cipher suite is obsolete in recent jre. Meaning they are disabled by default for security reasons (e.g. SSL_RSA_WITH_RC4_128_SHA). This will cause SSL handshake failure. It can be fixed by using a more secure (not disabled) one, like TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 |
||
---|---|---|
.. | ||
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.