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/07/27 21:18:03 UTC

[GitHub] [activemq-nms-amqp] michaelandrepearce commented on a change in pull request #68: Amqnet 637

michaelandrepearce commented on a change in pull request #68:
URL: https://github.com/apache/activemq-nms-amqp/pull/68#discussion_r677807243



##########
File path: test/Apache-NMS-AMQP-Interop-Test/NmsMessageConsumerTest.cs
##########
@@ -310,8 +313,9 @@ public void TestSharedDurableSubscription()
 
                 messageConsumer1.Close();
                 messageConsumer2.Close();
+                
                 sessionConsumer1.Unsubscribe(subscriptionName);
-                sessionConsumer2.Unsubscribe(subscriptionName);
+                // sessionConsumer2.Unsubscribe(subscriptionName); // seems that first unsubscribe removes the first subscription

Review comment:
       no need to leave commented lines of code in.




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