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-Sender.sh | |
| 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-Sender.sh')
| -rwxr-xr-x | java/client/test/bin/IBM-Sender.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/client/test/bin/IBM-Sender.sh b/java/client/test/bin/IBM-Sender.sh index 4e7d4880e3..3e8600ed81 100755 --- a/java/client/test/bin/IBM-Sender.sh +++ b/java/client/test/bin/IBM-Sender.sh @@ -16,4 +16,4 @@ # export MSGSIZE=100 -qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq/ConnectionFactory -d amq/Queue -tc jms.r11.Sender -ms $MSGSIZE -mg 1000000 $*
\ No newline at end of file +qpid-run JMSPerfHarness -pc JNDI -ii com.sun.jndi.fscontext.RefFSContextFactory -iu file:/C:/temp/IBMPerfTestsJNDI/ -cf amq.ConnectionFactory -d amq.Queue -tc jms.r11.Sender -ms $MSGSIZE -mg 1000000 $*
\ No newline at end of file |
