tabish121 commented on code in PR #5448:
URL: https://github.com/apache/activemq-artemis/pull/5448#discussion_r1917206414
##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPLargeMessage.java:
##########
@@ -660,7 +659,7 @@ public void referenceOriginalMessage(final Message
original, final SimpleString
super.referenceOriginalMessage(original, originalQueue);
- if (original instanceof LargeServerMessageImpl) {
+ if (original instanceof AMQPLargeMessage) {
Review Comment:
My main question would be what is the impact of adding this call into the
mix given that it wasn't happening before and I guess didn't cause anything to
break? Would something break now?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact