You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/01/26 21:03:39 UTC

[GitHub] [activemq-nms-api] michaelandrepearce commented on a change in pull request #12: NMS 2.0 WIP

michaelandrepearce commented on a change in pull request #12: NMS 2.0 WIP
URL: https://github.com/apache/activemq-nms-api/pull/12#discussion_r371029142
 
 

 ##########
 File path: src/nms-api/IMessage.cs
 ##########
 @@ -100,5 +100,18 @@ public interface IMessage
 		/// The type name of this message.
 		/// </summary>
 		string NMSType { get; set; }
+		
+		/// <summary>
+		/// When a message is sent, the NMSDeliveryTime header field is
+	        /// left unassigned. After completion of the send or
+	        /// publish method, it holds the delivery time of the message.
+	        /// This is the the difference, measured in milliseconds, 
+                /// between the delivery time and midnight, January 1, 1970 UTC.
 
 Review comment:
   yes formatting will be sorted, just primarily this is initial review over. I asked Anton to check against specs

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


With regards,
Apache Git Services