RemoteJMXBrokerFacade does not intelligently choose the correct URL when
brokers use jdbcPersistenceAdapter failover
--------------------------------------------------------------------------------------------------------------------
Key: AMQ-2785
URL: https://issues.apache.org/activemq/browse/AMQ-2785
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.3.1
Reporter: David Bresson
createConnection() from RemoteJMXBrokerFacade takes a collection of jmx urls,
connecting to them in order, querying for brokers, and returning the first to
have a broker (optionally requiring a matching name).
With a jdbcPersistenceAdapter cluster of brokers, this does not distinguish
between the fully initialized master and the waiting slaves.
Each broker discovered should be queried for a value or values that only a
fully functional broker has.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.