diff options
Diffstat (limited to 'cpp/src/qpid/broker/SemanticState.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/SemanticState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SemanticState.cpp b/cpp/src/qpid/broker/SemanticState.cpp index 1c74ff7325..a42ed883a9 100644 --- a/cpp/src/qpid/broker/SemanticState.cpp +++ b/cpp/src/qpid/broker/SemanticState.cpp @@ -360,7 +360,7 @@ bool SemanticStateConsumerImpl::deliver(const QueueCursor& cursor, const Message { allocateCredit(msg); boost::intrusive_ptr<const amqp_0_10::MessageTransfer> transfer = protocols.translate(msg); - DeliveryRecord record(cursor, msg.getSequence(), queue, getTag(), + DeliveryRecord record(cursor, msg.getSequence(), msg.getReplicationId(), queue, getTag(), consumer, acquire, !ackExpected, credit.isWindowMode(), transfer->getRequiredCredit()); bool sync = syncFrequency && ++deliveryCount >= syncFrequency; if (sync) deliveryCount = 0;//reset |
