diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-09-22 16:27:13 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-09-22 16:27:13 +0000 |
| commit | b958e0992bfe956553676e571c9dd932ae49172d (patch) | |
| tree | 6e4fe8710d988daf12a96e8a9a07872e41a6eae0 /java/client/test/bin/IBM-Subscriber.bat | |
| parent | 488beb5a2a072afe2be0c7a1f679a5049f3b2e19 (diff) | |
| download | qpid-python-b958e0992bfe956553676e571c9dd932ae49172d.tar.gz | |
Updated Performance tests to use "." rather than "/" i.e. "amq.ConnectionFactory"
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@448983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/test/bin/IBM-Subscriber.bat')
| -rw-r--r-- | java/client/test/bin/IBM-Subscriber.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/test/bin/IBM-Subscriber.bat b/java/client/test/bin/IBM-Subscriber.bat index d231af943c..87cde15727 100644 --- a/java/client/test/bin/IBM-Subscriber.bat +++ b/java/client/test/bin/IBM-Subscriber.bat @@ -18,7 +18,7 @@ REM Script to run the Qpid Java Broker
set CMD="IBM-Subscriber.bat"
-set JAVACLASS=JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq/ConnectionFactory -d amq/Topic -db 1 -dx 4 -tc jms.r11.Subscriber -nt 4 %*
+set JAVACLASS=JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Topic -db 1 -dx 4 -tc jms.r11.Subscriber -nt 4 %*
rem Guess QPID_HOME if not defined
set CURRENT_DIR=%cd%
|
