tkaymak commented on code in PR #39253:
URL: https://github.com/apache/beam/pull/39253#discussion_r3586882328


##########
sdks/java/io/jms/src/main/java/org/apache/beam/sdk/io/jms/JmsIO.java:
##########
@@ -484,6 +511,28 @@ public Read<T> withRequiresDeduping() {
       return builder().setRequiresDeduping(true).build();
     }
 
+    /**
+     * Specify the {@link AcknowledgeMode} used for consuming and 
acknowledging JMS messages.
+     *
+     * <p>To use {@link AcknowledgeMode#INDIVIDUAL_ACKNOWLEDGE}, providers 
other than ActiveMQ, Qpid
+     * JMS, ActiveMQ require configuring {@link 
#withIndividualAcknowledgeModeCode} explicitly.

Review Comment:
   (nit: ActiveMQ was mentioned twice)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to