diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-01-27 21:17:47 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-01-27 21:17:47 +0000 |
| commit | 2dff9493ceb62d37a3b70a4abd6bc0539bdb581e (patch) | |
| tree | 0003c4766da8f32e8fc2b9f5b4968391b7319492 /cpp/src/tests/Makefile.am | |
| parent | 3f547381f1af5cdb9d7c5f9cc30f7303d643afd9 (diff) | |
| download | qpid-python-2dff9493ceb62d37a3b70a4abd6bc0539bdb581e.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/qpid@738247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index d675b587b1..fa9c5f3a01 100644 --- a/cpp/src/tests/Makefile.am +++ b/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 |
