Pergunta

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?

Nenhuma solução correta

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top