Is there a way to implement consume acknowledgement sync when using Classic Queue in federation mode #6765
-
Now we are mainly using classic queue. and also we'd like to build a active-standby HA mode in two DCs.
so any solution? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Federation does not propagate acknowledgement state because
Warm standby replication in VMware RabbitMQ replicates full quorum queue state. It does not support classic queues because classic queue replication will be removed in RabbitMQ 4.0 and it does not make sense to replicate a queue that's not replicated within a cluster to external clusters. |
Beta Was this translation helpful? Give feedback.
Federation does not propagate acknowledgement state because
Warm standby replication in VMware RabbitMQ replicates full quorum queue state. It does not support classic queues because classic queue replication will be removed in RabbitMQ 4.0 and it does not make sense to replicate a queue that's not replicated within a cluster to external clusters.