diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-06-25 14:16:30 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-06-25 14:16:30 +0000 |
| commit | 964e2b5b5d4c5492afce8ec7448010a7d418b537 (patch) | |
| tree | 00d298d08b5db4968ad244bf23fd4f171ba710f9 /java/integrationtests/pom.xml | |
| parent | 0f0bb4d46355a335ddd4c97bf2b6d7af09fd8ca2 (diff) | |
| download | qpid-python-964e2b5b5d4c5492afce8ec7448010a7d418b537.tar.gz | |
Update to provide a SustainedTestCase, this sends batches of messages to the broker. The rate of publication is regulated by the average consume rate advertised by all connected clients.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@550509 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/integrationtests/pom.xml')
| -rw-r--r-- | java/integrationtests/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/integrationtests/pom.xml b/java/integrationtests/pom.xml index ca3f67c659..9ccd153f54 100644 --- a/java/integrationtests/pom.xml +++ b/java/integrationtests/pom.xml @@ -46,6 +46,12 @@ <artifactId>qpid-client</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.4.0</version>
+ </dependency>
+
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
|
