diff options
author | Alan Conway <aconway@apache.org> | 2012-04-16 19:20:40 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2012-04-16 19:20:40 +0000 |
commit | e9ec116c6b898a81c58d581af6bb16dcda3ab16f (patch) | |
tree | c23c0a37015384374bdc049b60f6095d63070e95 /cpp/src/tests/qpid-cluster-benchmark | |
parent | 3798363648334e04dfbd9ee73aee4c9de1bcd58d (diff) | |
download | qpid-python-e9ec116c6b898a81c58d581af6bb16dcda3ab16f.tar.gz |
NO-JIRA: Removed useless flow control code from qpid-send.
This code serves no purpose now that qpidd has producer flow control.
Removed it to simplify the tests.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1326757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/qpid-cluster-benchmark')
-rwxr-xr-x | cpp/src/tests/qpid-cluster-benchmark | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/qpid-cluster-benchmark b/cpp/src/tests/qpid-cluster-benchmark index fec2eb0e96..610beacebd 100755 --- a/cpp/src/tests/qpid-cluster-benchmark +++ b/cpp/src/tests/qpid-cluster-benchmark @@ -22,7 +22,6 @@ # Default options MESSAGES="-m 10000" -FLOW="--flow-control 100" # Flow control limit on queue depth for latency. REPEAT="--repeat 10" QUEUES="-q 6" SENDERS="-s 3" @@ -38,7 +37,6 @@ while getopts "m:f:n:b:q:s:r:c:h:i:txyv-" opt; do case $opt in b) BROKERS="-b $OPTARG";; c) CLIENT_HOSTS="-c $OPTARG";; - f) FLOW="--flow-control $OPTARG";; h) HEARTBEAT=$OPTARG;; i) RECONNECT=$OPTARG;; m) MESSAGES="-m $OPTARG";; |