gaohoward commented on a change in pull request #2725: AETEMIS-2390
JMSMessageID header can be null when messages are cross-protocol
URL: https://github.com/apache/activemq-artemis/pull/2725#discussion_r296983081
##########
File path:
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/AmqpCoreConverter.java
##########
@@ -345,6 +347,17 @@ private static ServerJMSMessage
processProperties(ServerJMSMessage jms, Properti
}
}
Object correlationID = properties.getCorrelationId();
+
+ if (properties.getMessageId() != null) {
Review comment:
Yes your are right, it should be moved to the top. I'll do it. thx
----------------------------------------------------------------
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