diff options
| author | Alan Conway <aconway@apache.org> | 2011-01-20 14:13:08 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2011-01-20 14:13:08 +0000 |
| commit | f89731ae3ec246a09a53f6eaa0c8506199321fd2 (patch) | |
| tree | ff4519d88f3adf1027544fe5017c7466c8995e33 /cpp/src/Makefile.am | |
| parent | cddd34f0fa3d15d2963976670747e616f947df91 (diff) | |
| download | qpid-python-f89731ae3ec246a09a53f6eaa0c8506199321fd2.tar.gz | |
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
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
