You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Balazs Torma (JIRA)" <ji...@apache.org> on 2019/08/10 10:41:00 UTC

[jira] [Created] (AMQ-7273) Message properties (the propery map) do not get traced

Balazs Torma created AMQ-7273:
---------------------------------

             Summary: Message properties (the propery map) do not get traced
                 Key: AMQ-7273
                 URL: https://issues.apache.org/jira/browse/AMQ-7273
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.15.9
            Reporter: Balazs Torma


in Message.java

[https://github.com/apache/activemq/blob/master/activemq-client/src/main/java/org/apache/activemq/command/Message.java]
 
{code:java}
@Override public String toString(Map<String, Object>overrideFields) { 
  try { 
      getProperties(); 
   } catch (IOException e) { 
   } 
   return super.toString(overrideFields); 
 }
{code}
 
the toString method igores the property map.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)