Details
Description
static discovery will try to connect to all provided urls. When the list is a master/slave pair with shared storage, only one will active, leading log messages indicating repeated failure to connect.
A potential solution is to use failover: just to pick a url but let it delegate failover to the network connector such that the network bridge is correctly stopped/restarted.
static:(failover:(tcp://a:61616,tcp://slave:61616)?maxReconnectAttempts=..)
This does not work reliably atm, due to inconsistency in the failover reconnect logic, a network connectors interest in transport interruption/resumption and the lack of thread safety in tracking existing bridges.
Attachments
Issue Links
- relates to
-
AMQ-3575 Failover transport race condition causes intermittent incomplete bridge connections
- Resolved