grs commented on a change in pull request #20: QPID-5285 [AMQP 1.0] timestamped 
messages not supported
URL: https://github.com/apache/qpid-cpp/pull/20#discussion_r246099807
 
 

 ##########
 File path: src/qpid/broker/amqp/Incoming.cpp
 ##########
 @@ -146,6 +151,10 @@ void DecodingIncoming::readable(pn_delivery_t* delivery)
 void 
DecodingIncoming::deliver(boost::intrusive_ptr<qpid::broker::amqp::Message> 
received, pn_delivery_t* delivery)
 {
     qpid::broker::Message message(received, received);
+    if (isTimestamping) {
+    qpid::sys::Duration d(qpid::sys::AbsTime::epoch(), 
qpid::sys::AbsTime::now());
 
 Review comment:
   Minor point: indentation is not correct here. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to