michaelandrepearce commented on a change in pull request #28: NO-JIRA: Extend 
logging
URL: https://github.com/apache/activemq-nms-amqp/pull/28#discussion_r322230261
 
 

 ##########
 File path: src/NMS.AMQP/NmsMessageConsumer.cs
 ##########
 @@ -194,6 +194,9 @@ public async Task Init()
 
         public void OnInboundMessage(InboundMessageDispatch envelope)
         {
+            if (Tracer.IsDebugEnabled)
+                Tracer.Debug($"Message {envelope.Message.NMSMessageId} passed 
to consumer {Info.Id}");
 
 Review comment:
   curleys

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to