mosermw commented on code in PR #8584:
URL: https://github.com/apache/nifi/pull/8584#discussion_r1693427576


##########
nifi-extension-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/AbstractJMSProcessor.java:
##########
@@ -128,6 +128,14 @@ public abstract class AbstractJMSProcessor<T extends 
JMSWorker> extends Abstract
             
.identifiesControllerService(JMSConnectionFactoryProviderDefinition.class)
             .build();
 
+    static final PropertyDescriptor MAX_BATCH_SIZE = new 
PropertyDescriptor.Builder()
+            .name("Maximum Batch Size")
+            .description("The number of messages to publish or consume in a 
single iteration of the processor.")

Review Comment:
   I fixed the wording, and also stealthily made the same change to the GetFile 
Batch Size description.



-- 
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