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 2021/09/21 20:44:54 UTC

[GitHub] [activemq-nms-api] michaelandrepearce commented on a change in pull request #26: AMQNET-735 Add AsyncMessageListener to Consumer API

michaelandrepearce commented on a change in pull request #26:
URL: https://github.com/apache/activemq-nms-api/pull/26#discussion_r713405120



##########
File path: src/nms-api/IMessageConsumer.cs
##########
@@ -69,10 +75,15 @@ public interface IMessageConsumer : System.IDisposable
         IMessage ReceiveNoWait();
 
         /// <summary>
-        /// An asynchronous listener which can be used to consume messages asynchronously

Review comment:
       This is an async consumer, its callback style rather than task based. Not sure why change of doc. 




-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org