[
https://issues.apache.org/jira/browse/ARTEMIS-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram resolved ARTEMIS-744.
------------------------------------
Resolution: Incomplete
Assignee: Justin Bertram
Without more details (ideally a reproducible test-case) we can't proceed
further.
> Problem to connect in a list of nodes when 1 or more is down.
> -------------------------------------------------------------
>
> Key: ARTEMIS-744
> URL: https://issues.apache.org/jira/browse/ARTEMIS-744
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Vinicius Araujo Geraldo
> Assignee: Justin Bertram
>
> The Artemis' Client when pass the list of nodes, if one is down when consumer
> try to connect the client thrown an exception and not connect to another
> nodes.
> Here the code i am using to test:
> TransportConfiguration[] servers = {server1, server2};
> ActiveMQConnectionFactory connectionFactory =
> ActiveMQJMSClient.createConnectionFactoryWithHA(JMSFactoryType.CF, servers);
> factory.createConnection(username, password);
> I tried to pass param FailoverOnInitialConnection to ConnectionFactory but
> inside Implementation this param is discarted.
> Is import that client connect to available nodes and try to reconnect in
> future to others nodes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)