jbertram commented on code in PR #5706: URL: https://github.com/apache/activemq-artemis/pull/5706#discussion_r2105884059
########## artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java: ########## @@ -139,6 +139,8 @@ public class MQTTUtil { public static final int DEFAULT_MAXIMUM_PACKET_SIZE = MAX_PACKET_SIZE; + public static final int DEFAULT_MAXIMUM_IN_FLIGHT_PUBLISH_MESSAGES = -1; // -1 means no limit Review Comment: I think that's fine. Although I recommend using `MQTTUtil.TWO_BYTE_INT_MAX` instead of `65535`. -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact