Hi, we are using Artemis 2.6 clusters in AWS where a cluster consists of a master and one backup server. For upgrades we are using a blue/green deployment scheme where we setup a new cluster on two new server instances, perform functional tests etc and once done switch the loadbalancer in front of Artemis from the old cluster to the new cluster.
Now we are trying to find an easy way to migrate all messages from the old cluster to the new cluster. I looked at Core Bridges but they require manual configuration for each source/target address. We however have a lot autocreated addresses/queues. Any ideas? Thanks, Jo