Overview

There are two types of tests available for testing OpenJMS: unit and functional tests.

Unit tests

Unit tests are currently spread between those provided by the Ant based build and the Maven build.

Functional tests

Functional testing is provided by JMS CTS . This includes:

  • a comprehensive test suite for testing JMS provider compliance to the JMS specification, and;
  • stress tests for measuring performance
Refer to the Getting Started page for instructions on testing OpenJMS using JMS CTS.