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/02/05 14:20:34 UTC

[GitHub] [activemq-nms-api] michaelpearce-gain commented on a change in pull request #18: AMQNET-637 NMS 2.0 More async methods

michaelpearce-gain commented on a change in pull request #18:
URL: https://github.com/apache/activemq-nms-api/pull/18#discussion_r570999228



##########
File path: src/nms-api/INMSContext.cs
##########
@@ -117,11 +188,21 @@ public interface INMSContext : IDisposable, IStartable, IStoppable
         /// Creates a temporary queue
         /// </summary>
         ITemporaryQueue CreateTemporaryQueue();
+        
+        /// <summary>
+        /// Creates a temporary queue
+        /// </summary>
+        Task<ITemporaryQueue> CreateTemporaryQueueAsync();

Review comment:
       How about GetQueue and GetTopic




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