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

    https://github.com/apache/nifi/pull/1036#discussion_r82003040
  
    --- 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 --
    
    @olegz would it be worthwhile to change the AllowableValue displayNames to 
"Auto Acknowledge (1)" and "Client Acknowledge (2)" (for example) or am I just 
overthinking this?


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