diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-12 09:43:09 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-12 09:43:09 +0000 |
| commit | 65bd33de73b748da028be20507798573fbdbfa5a (patch) | |
| tree | a6808185d7665bf757c0f3bb328b05b8bd3c157e /qpid/java/perftests/bin/serviceRequestingClient.sh | |
| parent | d1c0695a2e800f9ee1325a2cc42fbed11b4f30a4 (diff) | |
| download | qpid-python-65bd33de73b748da028be20507798573fbdbfa5a.tar.gz | |
Adding a volume test script(volumetestServiceRequestingClient.sh)
This script checks if all the messages were sent received back successfully. ServiceRequestingClient.java and ServiceProvidingClient.java modified to add a message identifier to match the request and response message. log4j file modified to create a log file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/bin/serviceRequestingClient.sh')
| -rwxr-xr-x | qpid/java/perftests/bin/serviceRequestingClient.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/perftests/bin/serviceRequestingClient.sh b/qpid/java/perftests/bin/serviceRequestingClient.sh index 007b927860..4340cefcef 100755 --- a/qpid/java/perftests/bin/serviceRequestingClient.sh +++ b/qpid/java/perftests/bin/serviceRequestingClient.sh @@ -30,4 +30,4 @@ echo $thehosts # XXX -Xms1024m -XX:NewSize=300m . ./setupclasspath.sh echo $CP -$JAVA_HOME/bin/java -cp $CP -Damqj.logging.level="warn" -Damqj.test.logging.level="info" -Dlog4j.configuration=perftests.log4j org.apache.qpid.requestreply.ServiceRequestingClient $thehosts guest guest /test serviceQ P T "$@" +$JAVA_HOME/bin/java -cp $CP -Damqj.logging.level="warn" -Dlog.dir="$QPID_HOME/logs" -Damqj.test.logging.level="info" -Dlog4j.configuration=perftests.log4j org.apache.qpid.requestreply.ServiceRequestingClient $thehosts guest guest /test serviceQ P T "$@" |
