summaryrefslogtreecommitdiff
path: root/cpp/src/tests/qpid-receive.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-09-30 20:06:03 +0000
committerAlan Conway <aconway@apache.org>2010-09-30 20:06:03 +0000
commit267376e86495a51c12e3415bf756d1e004b38962 (patch)
treef592205b2a3be5b298e9136d399227c0124a6e13 /cpp/src/tests/qpid-receive.cpp
parent60874105f9d82e7fc4fd8a91de6d7b0b6e908b94 (diff)
downloadqpid-python-267376e86495a51c12e3415bf756d1e004b38962.tar.gz
Extending qpid-cpp-benchmark for cluster testing
- multiple --broker args have senders/receivers connect to different cluster nodes. - multiple --client-host args start clients on different hosts via ssh. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1003228 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/qpid-receive.cpp')
-rw-r--r--cpp/src/tests/qpid-receive.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/qpid-receive.cpp b/cpp/src/tests/qpid-receive.cpp
index a0394ccd21..c8bb58ac54 100644
--- a/cpp/src/tests/qpid-receive.cpp
+++ b/cpp/src/tests/qpid-receive.cpp
@@ -102,8 +102,8 @@ struct Options : public qpid::Options
("failover-updates", qpid::optValue(failoverUpdates), "Listen for membership updates distributed via amq.failover")
("report-total", qpid::optValue(reportTotal), "Report total throughput and latency statistics")
("report-every", qpid::optValue(reportEvery,"N"), "Report throughput and latency statistics every N messages.")
- ("report-header", qpid::optValue(reportHeader, "yes|no"), "Headers on report.") ("ready-address", qpid::optValue(readyAddress, "ADDRESS"),
- "send a message to this address when ready to receive")
+ ("report-header", qpid::optValue(reportHeader, "yes|no"), "Headers on report.")
+ ("ready-address", qpid::optValue(readyAddress, "ADDRESS"), "send a message to this address when ready to receive")
("help", qpid::optValue(help), "print this usage statement");
add(log);
}