summaryrefslogtreecommitdiff
path: root/java/integrationtests/docs/RunningSustainedTests.txt
blob: 2b37f4c5a753ac0da5ecd5dec5ad9e2cedf254f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
In addition to the integration tests the framework provided by this package also allows for
sustained tests to be run. Currently avaible tests:
- org.apache.qpid.sustained.SustainedTestClient : Pub Sub test to determine steady state throughput.


Running Tests.

Run the tests as per the integration tests.
 - Start a broker
 - Start at least one Client [java org.apache.qpid.sustained.TestClient], ensuring unique naming
 - Start Test Controller [java org.apache.qpid.sustained.TestCoordinator]
 - Additional Test clients can be started:
    [java org.apache.qpid.sustained.TestClient -j org.apache.qpid.sustained.SustainedTestClient]