Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2115#discussion_r191635530
--- 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 --
nit: lowecase "a" - applicationProperties
---