So interestingly we have similar needs for having messages flow dynamically
between separately managed brokers (not a cluster but distinct seperate).As
such i have been working on a solution akin to federated queues and exchanges
thats exists in rabbitmq. I am actually nearing getting this close to pr time,
so if i make it for the 2.7.0 cut this could be a good solution here too. I am
looking at making it work so you can configure it as do everything, or do
includes and excludes lists that support wildcards.Sent from my Samsung Galaxy
smartphone.
-------- Original message --------From: jo.stenb...@offilive.com Date:
27/02/2019 10:12 (GMT+00:00) To: users@activemq.apache.org Subject: [Artemis]
Moving all messages from one broker cluster to another 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