diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-01-12 08:52:31 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-12 08:52:31 +0000 |
| commit | 3b44f4817b0c26bb798a1ad450b1fb6017d9beb7 (patch) | |
| tree | 0a8ebc679badd1420e8eb70c91798a62e4605ce5 /qpid/java/perftests/src | |
| parent | 8a263b314760622f624548303c2e642bac27b2cc (diff) | |
| download | qpid-python-3b44f4817b0c26bb798a1ad450b1fb6017d9beb7.tar.gz | |
QPID-282
Updated AMQConnection and AMQBrokerDetails to check the host:port and add tcp:// if there is no protocol specified.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@495517 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/src')
| -rw-r--r-- | qpid/java/perftests/src/main/java/org/apache/qpid/requestreply/ServiceRequestingClient.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/perftests/src/main/java/org/apache/qpid/requestreply/ServiceRequestingClient.java b/qpid/java/perftests/src/main/java/org/apache/qpid/requestreply/ServiceRequestingClient.java index 1da81f9fc2..7cbbbfe9b0 100644 --- a/qpid/java/perftests/src/main/java/org/apache/qpid/requestreply/ServiceRequestingClient.java +++ b/qpid/java/perftests/src/main/java/org/apache/qpid/requestreply/ServiceRequestingClient.java @@ -281,7 +281,7 @@ public class ServiceRequestingClient implements ExceptionListener */ public static void main(String[] args) { - if (args.length < 6) + if (args.length < 9) { System.err.println( "Usage: ServiceRequestingClient <brokerDetails - semicolon separated host:port list> <username> <password> <vpath> <command queue name> <P[ersistent]|N[onPersistent]> <T[ransacted]|N[onTransacted]> <number of messages> <message size>"); |
