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/17 20:30:24 UTC

[GitHub] [activemq-artemis] clebertsuconic commented on a change in pull request #2627: ARTEMIS-2311 Dealing with Protocol conversions and JMSReplyTo

clebertsuconic commented on a change in pull request #2627: ARTEMIS-2311 Dealing with Protocol conversions and JMSReplyTo
URL: https://github.com/apache/activemq-artemis/pull/2627#discussion_r276420845
 
 

 ##########
 File path: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java
 ##########
 @@ -106,11 +106,12 @@
    private final CoreMessageObjectPools coreMessageObjectPools;
 
    public CoreMessage(final CoreMessageObjectPools coreMessageObjectPools) {
+      new Exception("new coreMessage").printStackTrace();
 
 Review comment:
   geez.. removing it

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