You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Edward Ost (JIRA)" <ji...@apache.org> on 2011/05/22 19:15:47 UTC

[jira] [Created] (AMQ-3333) Dynamic Discovery for Failover

Dynamic Discovery for Failover
------------------------------

                 Key: AMQ-3333
                 URL: https://issues.apache.org/jira/browse/AMQ-3333
             Project: ActiveMQ
          Issue Type: New Feature
          Components: Connector
    Affects Versions: 5.5.0
            Reporter: Edward Ost


The rebalancing features for failover in 5.4 are great, but they don't address the basic scenario of a client seeking to connect to a network of brokers without requiring static configuration of particular connection addresses.  For example a client (or broker) seeking to connect to a logical cluster of brokers needs to have concrete information for at least one broker.  Once connected, the client will be able to use the information from the updateClusterClients exposed by the broker.  But if that broker is down, the client cannot connect to the cluster in the first place.  This puts the admin team back in the same position of having to manually configure and update all the clients.  Although I have talked about clients above, I would really like to have this available for my brokers, so that I can logically segment my network into broker clusters, so having equivalent support in the networkConnector element is important.

I thought (incorrectly) that I might be able to configure the network connector using something like:

uri="failover:(multicast://default)"

or

uri="failover:(discovery:(multicast://default))"

If that could be supported I think it would be fairly intuitive.


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