Github user ppatierno commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1592#discussion_r145441606
--- Diff:
artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java
---
@@ -67,6 +76,8 @@
public static final int DEFAULT_KEEP_ALIVE_FREQUENCY = 5000;
+ public static final String logUTF8PublishPayload =
System.getProperty("org.apache.activemq.artemis.core.protocol.mqtt.logUTF8PublishPayload");
--- End diff --
So for people who need to have the entire payload because it's in a
reasonable range size, they need to use Wireshark ?
---