From f89731ae3ec246a09a53f6eaa0c8506199321fd2 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 20 Jan 2011 14:13:08 +0000 Subject: Bug 654872, QPID-3007: Batch management messages by count, not size. QMF V1 management messages were being batched by accumulating up to a certain total size of data. Since management messages may have different sizes on brokers in a cluster, this was leading to inconsistencies. This patch batches V1 messages by count rather than by size, similar to V2 messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1061308 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 9f97b94b8a..e93e0c960d 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -373,6 +373,7 @@ libqpidcommon_la_SOURCES += \ qpid/framing/BodyHandler.cpp \ qpid/framing/BodyHandler.h \ qpid/framing/Buffer.cpp \ + qpid/framing/ResizableBuffer.h \ qpid/framing/ChannelHandler.h \ qpid/framing/Endian.cpp \ qpid/framing/Endian.h \ -- cgit v1.2.1