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 | d8e6af17a88bbb4dc15b977cac2c7d27fc858e9c (patch) | |
| tree | 4917820eb309fbe40115598ad3b8a7ab431c5e77 /java/perftests/bin/serviceRequestingClient.sh | |
| parent | 2fc75219859d839bf4962b976fdd3bd14074c6aa (diff) | |
| download | qpid-python-d8e6af17a88bbb4dc15b977cac2c7d27fc858e9c.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/qpid@495532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/bin/serviceRequestingClient.sh')
| -rwxr-xr-x | java/perftests/bin/serviceRequestingClient.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/perftests/bin/serviceRequestingClient.sh b/java/perftests/bin/serviceRequestingClient.sh index 007b927860..4340cefcef 100755 --- a/java/perftests/bin/serviceRequestingClient.sh +++ b/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 "$@" |
