Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2115#discussion_r191756950 --- Diff: artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java --- @@ -1261,6 +1275,9 @@ public String toString() { ", messageID=" + getMessageID() + ", address=" + getAddress() + ", size=" + getEncodeSize() + + ", ApplicationProperties=" + getApplicationProperties() + --- End diff -- thanks :)
---