From 2dff9493ceb62d37a3b70a4abd6bc0539bdb581e Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 27 Jan 2009 21:17:47 +0000 Subject: 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 --- cpp/src/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/Makefile.am') 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 -- cgit v1.2.1