Info |
This page refers to an old Test Framework used by the Qpid Java components until 0.16. |
Pub/Sub Sustained Tests
We currently have one sustained test for pub / sub messaging. The test is based on the interop testing framework and as such there are two classes that are involve.
...
The client also has one additional parameter.
It is important to remember that each cilent must be uniquly named for the test to accurately work. This can be done by ensuring that all clients specify a unique "-n" value. So running
No Format |
java -cp <qpid.jar> org.apache.qpid.sustained.TestClient -n client2
|
...