85b2f4b126
This commit does the following: - Replaces non-inclusive terms (e.g. master, slave, etc.) in the source, docs, & configuration. - Supports previous configuration elements, but logs when old elements are used. - Provides migration documentation. - Updates XSD with new config elements and simplifies by combining some overlapping complexTypes. - Removes ambiguous "live" language that's used with regard to high availability. - Standardizes use of "primary," "backup," "active," & "passive" as nomenclature to describe both configuration & runtime state for high availability. |
||
---|---|---|
.. | ||
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.