You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/09/22 17:50:00 UTC

[jira] [Commented] (NIFI-9238) Provide better support for Qpid JMS provider in JMSConnectionFactoryProvider

    [ https://issues.apache.org/jira/browse/NIFI-9238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17418743#comment-17418743 ] 

ASF subversion and git services commented on NIFI-9238:
-------------------------------------------------------

Commit 4240a9f28508fc09a77491dca2b3305014720273 in nifi's branch refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4240a9f ]

NIFI-9238: Mapped JMSConnectionFactoryProvider properties to Qpid JMS client setters
NIFI-9238: Added documentation

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #5408.


> 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
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)