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

Matthias Wessel commented on AMQ-3254:
--------------------------------------

I am using the following syntax:
         <transportConnector name="nio" uri="nio://0.0.0.0:61616" 
                             updateClusterClients="true" 
rebalanceClusterClients="true" 
                             updateClusterClientsOnRemove="true" 
updateClusterFilter="*"
                             
updateURIsURL="${activemq.base}/conf/failover.csv"/>

Then the file contains all the computer in the cluster. The docu says it is a 
comma separated list:
tcp://localhost:61616,tcp://remotehost:61616  is now the content of the 
failover.csv file. 

At this moment I think you can point to this file from every broker in the 
cluster and when you add a new computer to the cluster you add the address to 
this file and the new computer will be used for rebalancing and failover.

I don't know where to add your failover entry. I don't know what is the content 
of the file. Why is the usage of updateURIsURL in another way than the other 
attributes?

Can you please give me a full example so I can understand the concept behind. 
At this moment I am total disoriented.


> Can't use updateURIsURL, because the entry is missing in the xsd and so the 
> activeMq instance cannot start
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3254
>                 URL: https://issues.apache.org/jira/browse/AMQ-3254
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.4.2
>            Reporter: Matthias Wessel
>            Priority: Critical
>
> I want to use the new feature of activeMQ 5.4 and I want to add updateURIsURL 
> to the transportConnector to add a link to a csv file. If I add this 
> attribute the activeMQ instance does not start. I think the error is because 
> the xsd of activeMQ 5.4.2 has no such entry.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to