= Hi Team. I'm working on a JMS based custom processor which interacts with IBM MQ. I need to do a request reply over JMS IBM MQ queues. For this I wanted to leverage JndiJmsConnectionFactoryProvider of NiFi. I included the following dependencies into my processor nar, nifi-jms-cf-service-nar <https://mvnrepository.com/artifact/org.apache.nifi/nifi-jms-cf-service-nar> nifi-jms-processors-nar <https://mvnrepository.com/artifact/org.apache.nifi/nifi-jms-processors-nar>. Once I run the processor I get the below warning on the nifi-app.log WARN [main] o.a.n.n.StandardExtensionDiscoveringManager. Controller Service org.apache.nifi.jms.cf.JMSConnectionFactoryProvider is bundled with its supporting API's org.apache.nifi.jms.cf <http://org.apache.nifi.jms.cf/>.JMSConnectionFactoryProviderDefinition. The service API's shouldn't be bundled with the implementation. If I don't add the above mentioned nar I'm getting class not found errors for the referenced controller service JMSConnectionFactoryProviderDefinition. Please advice. (edited)
Thanks Ashutosh
