[rabbitmq-discuss] synchronising queues problem
eimugray
eimu.gray at gmail.com
Sat Oct 12 03:59:39 BST 2013
In a cluster, I have a queue named my_queue on rabbit at master, Then I set a
policy ({"ha-mode":"nodes", "ha-params":["rabbit at slave"]}} ) and execute the
command (sync_queue my_queue) on rabbit at master . After that my_queue only
exist on rabbit at slave and it is not mirror, it's make a mistake. I should
set ({"ha-mode":"nodes", "ha-params":["rabbit at slave", "rabbit at master"]}} )
let a queue to exist on more than one node .
is it clear? Emile Joubert's explanation solve my problem.
thanks for you too.
--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/synchronising-queues-problem-tp30433p30457.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list