Peter Turcsanyi created NIFI-9238:
-------------------------------------
Summary: Provide better support for Qpid JMS provider in
JMSConnectionFactoryProvider
Key: NIFI-9238
URL: https://issues.apache.org/jira/browse/NIFI-9238
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Peter Turcsanyi
Assignee: Peter Turcsanyi
JMSConnectionFactoryProvider's 'Broker URI' and 'SSL Context Service'
properties only work if the property is mapped to the setter method of the JMS
Connection Factory implementation (in the code of the controller service).
Otherwise dynamic properties would need to be used which is not so
straightforward (e.g. what name should be used).
Add the mapping for Qpid JMS:
* Broker URI -> remoteURI
* SSL Context Service -> sslContext
--
This message was sent by Atlassian Jira
(v8.3.4#803005)