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 2019/08/05 07:35:59 UTC

[GitHub] [activemq-nms-amqp] HavretGC commented on a change in pull request #13: AMQNET-595: Set and get group-id message property field

HavretGC commented on a change in pull request #13: AMQNET-595: Set and get group-id message property field
URL: https://github.com/apache/activemq-nms-amqp/pull/13#discussion_r310471057
 
 

 ##########
 File path: src/NMS.AMQP/Provider/Amqp/Message/AmqpNmsMessageFacade.cs
 ##########
 @@ -436,6 +436,12 @@ protected void CopyInto(AmqpNmsMessageFacade target)
             target.destination = destination;
             target.replyTo = replyTo;
 
+            // Workaround for https://github.com/Azure/amqpnetlite/pull/364
+            if (Message.BodySection is AmqpValue value)
+            {
 
 Review comment:
   No, it shouldn't be here. Just cleaned it up. 

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