ravjotbrar commented on code in PR #16702: URL: https://github.com/apache/camel/pull/16702#discussion_r1904485297
########## components/camel-paho-mqtt5/src/main/java/org/apache/camel/component/paho/mqtt5/PahoMqtt5Configuration.java: ########## @@ -88,6 +88,8 @@ public class PahoMqtt5Configuration implements Cloneable { private int executorServiceTimeout = 1; @UriParam(defaultValue = "-1") private long sessionExpiryInterval = -1; + @UriParam(defaultValue = "false") + private boolean manualAcksEnabled = false; Review Comment: Good point. Removed. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org