Hello, I have 2 sites, Active / Passive in a DR scenario. We want all messages sent to the JDBC Master/slave setup in Primary Site A to be replicated to Backup Site B (and vice versa). The reason is we need processing to happen in both locations in case there is a site failover, the data is up to date by the consumers. If the messages can not be delivered, they should be queued up until the remote site comes back online. Only one site (via dns failover) will ever be receiving new requests.
Is there a proper way to do this natively in ActiveMQ when the cluster inside the site is JDBC Master/Slave? Thanks AD