617269319a
Logger statements should use formatting syntax and let the normal framework checks take care of checking if a logger is enabled instead of string concats and isXEnabled logger checks except in cases there is known expense to the specifc logging message/arg preparation or passing. Changes from myself and Robbie Gemmell. Co-authored-by: Robbie Gemmell <robbie@apache.org> |
||
---|---|---|
.. | ||
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.