I’m trying to achieve Disaster Recovery for ActiveMQ Artemis. There are two cloud regions where I want to replicate Live-Backup instaces.
Now to achieve this I was thinking of –
- Mirroring
- Add
broker-connections
in each pod (4 pods), i.e., Live-Backup pod in region1 and region2
- Add
- Setup a Live broker in region 1 and a Backup Pod in region 2 and create the cluster using static connectors
Which should be more reliable??
And also, because Mirroing works only with AMQP, will there be any changes of JMS Header?