Github user mosermw commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1036#discussion_r81854062
  
    --- Diff: 
nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/ConsumeJMS.java
 ---
    @@ -54,8 +61,31 @@
     @SeeAlso(value = { PublishJMS.class, JMSConnectionFactoryProvider.class })
     public class ConsumeJMS extends AbstractJMSProcessor<JMSConsumer> {
     
    +    static final AllowableValue AUTO_ACK = new 
AllowableValue(String.valueOf(Session.AUTO_ACKNOWLEDGE),
    --- End diff --
    
    It's a bit confusing to see "Default value: 2" when I hover over the 
tooltip for the Acknowledgement Mode property.  It looks like the serialized 
values will be "1", "2", or "3".  Perhaps this is more of a problem in the UI 
rather than AllowableValue definition.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to