summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/broker/amqp/Incoming.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp b/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp
index 01462f632a..634ae79be1 100644
--- a/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp
+++ b/qpid/cpp/src/qpid/broker/amqp/Incoming.cpp
@@ -126,6 +126,7 @@ void DecodingIncoming::readable(pn_delivery_t* delivery)
QPID_LOG(debug, "Message incomplete: received " << pending << " bytes, now have " << received->getSize());
partial = received;
} else {
+ incomingMessageReceived();
if (offset) {
QPID_LOG(debug, "Message complete: received " << pending << " bytes, " << received->getSize() << " in total");
} else {