From d37870c56f30099fccf8e876ff7ea70829a1458a 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@738247 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/Makefile.am') 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 -- cgit v1.2.1