ravjotbrar commented on code in PR #16702: URL: https://github.com/apache/camel/pull/16702#discussion_r1904486023
########## components/camel-paho-mqtt5/src/main/java/org/apache/camel/component/paho/mqtt5/PahoMqtt5Configuration.java: ########## @@ -548,6 +550,22 @@ public void setSessionExpiryInterval(long sessionExpiryInterval) { this.sessionExpiryInterval = sessionExpiryInterval; } + /** + * Sets whether to use manual acknowledgements for the client. + * + * By default, this is false and message will be automatically acknowledged. If set to true, the acknowledgement is + * added in the exchange's completion callback. + * + */ + public boolean isManualAcksEnabled() { + Review Comment: Good catch! -- 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