[ 
https://issues.apache.org/jira/browse/NIFI-8341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nabeel updated NIFI-8341:
-------------------------
    Description: 
The [Java Client API Guide|https://www.rabbitmq.com/api-guide.html] provides 
examples of how to create a connectionFactory instance using multiple RabbitMQ 
nodes in a cluster. The connectionFactory will establish a connection with the 
first host in the list which is available.

This functionality has not been used in the ConsumeAMQP or PublishAMQP 
processors.

It would be convenient to be able to provide a comma-delimitted list in the 
*Host Name* Processor property.

EDIT: I have implemented the ticket by using an additional property for the 
comma-delimited list of hosts in order to not break backward compatibility.

  was:
The [Java Client API Guide|https://www.rabbitmq.com/api-guide.html] provides 
examples of how to create a connectionFactory instance using multiple RabbitMQ 
nodes in a cluster. The connectionFactory will establish a connection with the 
first host in the list which is available.

This functionality has not been used in the ConsumeAMQP or PublishAMQP 
processors.

It would be convenient to be able to provide a comma-delimitted list in the 
*Host Name* Processor property.


> ConsumeAMQP and PublishAMQP Should support multiple hosts
> ---------------------------------------------------------
>
>                 Key: NIFI-8341
>                 URL: https://issues.apache.org/jira/browse/NIFI-8341
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Nabeel
>            Assignee: Nabeel
>            Priority: Major
>              Labels: easyfix, newbie
>             Fix For: 1.14.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The [Java Client API Guide|https://www.rabbitmq.com/api-guide.html] provides 
> examples of how to create a connectionFactory instance using multiple 
> RabbitMQ nodes in a cluster. The connectionFactory will establish a 
> connection with the first host in the list which is available.
> This functionality has not been used in the ConsumeAMQP or PublishAMQP 
> processors.
> It would be convenient to be able to provide a comma-delimitted list in the 
> *Host Name* Processor property.
> EDIT: I have implemented the ticket by using an additional property for the 
> comma-delimited list of hosts in order to not break backward compatibility.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to