Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2458#discussion_r171283791
--- Diff:
nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/ConsumeJMS.java
---
@@ -136,9 +155,16 @@
relationships = Collections.unmodifiableSet(_relationships);
}
+ @OnScheduled
--- End diff --
Hey @mosermw is this something we need to do? We have the Character Set
Validator already in place so it should never get this far if it's not valid.
---