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/04/29 13:03:10 UTC

[GitHub] [activemq-artemis] franz1981 commented on a change in pull request #2639: ARTEMIS-2318 HornetQ Protocol Manager should copy the messages before…

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:
users@infra.apache.org


With regards,
Apache Git Services