diff options
| author | Alan Conway <aconway@apache.org> | 2010-09-30 20:06:03 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-09-30 20:06:03 +0000 |
| commit | b7323d923cfddd71e8efd5c16055239263fbef18 (patch) | |
| tree | 97dc18c5296ac971ba2bb535bfed2719aa5db832 /qpid/cpp/src/tests/qpid-receive.cpp | |
| parent | f3a5353aa51666bf890af31b16614bef9bb64205 (diff) | |
| download | qpid-python-b7323d923cfddd71e8efd5c16055239263fbef18.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@1003228 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/qpid-receive.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/qpid-receive.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/qpid-receive.cpp b/qpid/cpp/src/tests/qpid-receive.cpp index a0394ccd21..c8bb58ac54 100644 --- a/qpid/cpp/src/tests/qpid-receive.cpp +++ b/qpid/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); } |
