You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/12/26 15:09:10 UTC

[GitHub] [nifi] pvillard31 commented on a change in pull request #3942: NIFI-6957: PublishJMS - Added option to REGEX attributes

pvillard31 commented on a change in pull request #3942: NIFI-6957: PublishJMS - Added option to REGEX attributes
URL: https://github.com/apache/nifi/pull/3942#discussion_r361473472
 
 

 ##########
 File path: nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/AbstractJMSProcessor.java
 ##########
 @@ -118,6 +118,23 @@
             .defaultValue(Charset.defaultCharset().name())
             .expressionLanguageSupported(ExpressionLanguageScope.FLOWFILE_ATTRIBUTES)
             .build();
+    static final PropertyDescriptor ALLOW_ILLEGAL_HEADER_CHARS = new PropertyDescriptor.Builder()
+            .name("Allow Illegal Characters in Header Names")
 
 Review comment:
   can you use ``.displayName()`` and ``.name()`` with a programmatic friendly name for the "name"?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services