[
https://issues.apache.org/jira/browse/NIFI-5929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16976336#comment-16976336
]
ASF subversion and git services commented on NIFI-5929:
-------------------------------------------------------
Commit 1dfbc97c074a5fc5c8e68124e0984504cfa97813 in nifi's branch
refs/heads/master from Veli Kerim Celik
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1dfbc97 ]
NIFI-5929 Support for IBM MQ multi-instance queue managers
proper line break
more proper line break :)
Link to external javadocs and add some code comments
Test that properties is set on ConnectionFactory
cleanup
made two static properties optional and elaborated on 'Additional Details' page
minor corrections to user doc
open external links in new tab
Do broker accommodations only if property is set. Add fallback accommodation.
fix test
Add support for colon pair(s) for IBM MQ. In fallback broker handling use first
pair if multiple given.
This closes #3246.
Signed-off-by: Koji Kawamura <[email protected]>
> Support for IBM MQ multi-instance queue managers (brokers)
> ----------------------------------------------------------
>
> Key: NIFI-5929
> URL: https://issues.apache.org/jira/browse/NIFI-5929
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 1.0.0, 0.6.0, 0.7.0, 0.6.1, 1.1.0, 0.7.1, 1.2.0, 1.1.1,
> 1.0.1, 1.3.0, 1.4.0, 0.7.4, 1.5.0, 1.6.0, 1.7.0, 1.8.0, 1.7.1
> Reporter: Veli Kerim Celik
> Priority: Major
> Time Spent: 5h 40m
> Remaining Estimate: 0h
>
> Currently connections provided by JMSConnectionFactoryProvider controller
> service can connect to just a single IBM MQ queue manager. This is
> problematic when the queue manager is part of a [multi-instance queue
> manager|https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.con.doc/q018140_.html]
> setup and goes from active to standby.
> The goal of this issue is to support multiple queue managers, detect
> standby/broken instance and switch to active instance. This behavior is
> already implemented in [official Java
> library|https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.1.0/com.ibm.mq.javadoc.doc/WMQJMSClasses/com/ibm/mq/jms/MQConnectionFactory.html#setConnectionNameList_java.lang.String_]
> and should be leveraged.
> Syntax used to specify multiple queue managers: myhost01(1414),myhost02(1414)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)