franz1981 commented on a change in pull request #2639: ARTEMIS-2318 HornetQ
Protocol Manager should copy the messages before…
URL: https://github.com/apache/activemq-artemis/pull/2639#discussion_r279353144
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/LargeServerMessageImpl.java
##########
@@ -355,6 +355,8 @@ public void referenceOriginalMessage(final Message
original, String originalQueu
@Override
public Message copy() {
+ new Exception("hmmmmm").printStackTrace();
+ System.exit(-1);
Review comment:
@clebertsuconic System.exit(-1)?
----------------------------------------------------------------
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