summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-01-27 21:17:47 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-01-27 21:17:47 +0000
commitd37870c56f30099fccf8e876ff7ea70829a1458a (patch)
tree76231e78fd79ee7385139bf1c30c096e4a9ab7b7 /qpid/cpp/src/tests/Makefile.am
parente499bb4d3bcff953fc8dc79cf16a325fe5e25160 (diff)
downloadqpid-python-d37870c56f30099fccf8e876ff7ea70829a1458a.tar.gz
Producer side rate throttling:
This uses the Message.Flow command to send credit from broker to client to ensure that the client doesn't exceed a rate configured on the broker per session. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@738247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index d675b587b1..fa9c5f3a01 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -91,7 +91,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \
ConsoleTest.cpp \
QueueEvents.cpp \
ProxyTest.cpp \
- RetryList.cpp
+ RetryList.cpp \
+ RateFlowcontrolTest.cpp
if HAVE_XML
unit_test_SOURCES+= XmlClientSessionTest.cpp