[
https://issues.apache.org/jira/browse/NIFI-6917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16987874#comment-16987874
]
Gardella Juan Pablo commented on NIFI-6917:
-------------------------------------------
You were right, it was partially solved with the changes introduced at
NIFI-5929. I was looking into tag nifi-rel/0.10.0 and that changes were not
merged. Your changes are OK from my side, as one of the missing part was the
change introduced at
[https://github.com/apache/nifi/pull/3914/commits/fd286e94adbd32cd15a0e1102af388ffa18527bb#diff-29268df987e7900c4750d833f3b0456dR138],
and the other part of the solution (missing at 1.10.0 tag) is at
[https://github.com/apache/nifi/commit/1dfbc97c074a5fc5c8e68124e0984504cfa97813#diff-29268df987e7900c4750d833f3b0456dR261].
(although that part did not include marking the dynamic properties support
variable registry
{{.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)}}).
According:
??the JMSConnectionFactoryProvider support dynamic properties and properties
are evaluated against registry variables.??
This will work now with your changes, as it was missing
expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY) in the
dynamic properties for {{JMSConnectionFactoryProvider}}.
Thanks a lot [~pvillard] to look into this.
> Support resolve variables/parameters at JMS processors at dynamic properties
> ----------------------------------------------------------------------------
>
> Key: NIFI-6917
> URL: https://issues.apache.org/jira/browse/NIFI-6917
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Gardella Juan Pablo
> Assignee: Pierre Villard
> Priority: Trivial
> Labels: documentation
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Support resolve variables/parameters at JMS processors at dynamic properties.
> Currently they are not supported. For example Solace requires special
> properties and commonly are different between environments.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)