exceptionfactory commented on PR #7313: URL: https://github.com/apache/nifi/pull/7313#issuecomment-1642301552
Thanks for the feedback @schnells. As this pull request is closed, it would be helpful to create an Apache NiFi Jira issue for further discussion. Adding `smfs` to the default list sounds like a reasonable improvement. As an alternative for now, the Provider supports a Java System property that can be used to set the allowed URLs. https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-jms-processors-nar/1.22.0/org.apache.nifi.jms.cf.JndiJmsConnectionFactoryProvider/additionalDetails.html In this scenario, the following line can be added to `bootstrap.conf` to allow `smfs`: ``` java.arg.jndiJmsUrlSchemesAllowed=-Dorg.apache.nifi.jms.cf.jndi.provider.url.schemes.allowed=smfs ``` -- 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]
