Вопрос

I'm planning to use rabbitmq federation plugin to replicate messages from master data center to standby, so I can't use cluster mirrored queues. Is it possible to replicate message deletion to auto sync queue?

Нет правильного решения

Другие советы

In case you need to replicate message from one queue to many consumers use an shovel to map the desired queue to a fanout exchange...then consume directly from the exchange using exclusive queues for each consumer

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top