Skip to content
Discussion options

You must be logged in to vote

There is a Warm Standby Replication solution that does even more than that. It's a commercial solution as part of VMWare Tanzu RabbitMQ.
This solution does basically 2 things:

  • Syncs the definitions between the Active and Standby clusters
  • Replicates every message written to a quorum queue into a local replication log on the active
  • Any number of standby clusters can register to follow and will consume the replication log into a local replication log on the standby
  • The replication log contains also metrics that allows the standby to know which messages were consumed on the active
  • When the Standby cluster is promoted to become Active, only the non processed messages will be enqueued to its q…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lukebakken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants