activemq-artemis/artemis-core-client/src
Howard Gao 6f8ff55dec ARTEMIS-2835 Porting HORNETQ-1575 and HORNETQ-1578
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.
2020-07-08 11:27:36 -04:00
..
main ARTEMIS-2835 Porting HORNETQ-1575 and HORNETQ-1578 2020-07-08 11:27:36 -04:00
test/java/org/apache/activemq/artemis ARTEMIS-2791 array out of bounds in SSLContextFactoryProvider 2020-06-24 13:37:15 -05:00