6f8ff55dec
1 of 2) - Porting of HORNETMQ-1575 In a live-backup scenario, when live is down and backup becomes live, clients using HA Connection Factories can failover automatically. However if a client decides to create a new connection by itself (as in camel jms case) there is a chance that the new connection is pointing to the dead live and the connection won't be successful. The reason is that if the old connection is gone the backup will not get a chance to announce itself back to client so it fails on initial connection. The fix is to let CF remember the old topology and use it on any initial connection attempts. |
||
---|---|---|
.. | ||
main | ||
test/java/org/apache/activemq/artemis |