<div>Hi,</div><div><br></div><div>We have followed the instructions in http://www.rabbitmq.com/ha.html to setup an active-active cluster with 3 nodes rabbit1, rabbit2 and rabbit3.</div><div>To create a mirrored queue, we are using x-ha-policy and to get consumer cancellation notifications we have put true for consumer_cancel_notify in clientProperties.</div><div>Now, we published messages to the queue with rabbit2 as master and had the consumer consume from &nbsp;rabbit3. When rabbit2 is stopped, the consumer connected to rabbit3 is not getting a cancellation notification.</div><div><br></div><div>We are using rabbitmq 2.8.2-1 and our java consumer POC code is here - https://gist.github.com/2990146</div><div><br></div><div>Not sure what we are doing wrong. Any pointers would be highly appreciated.&nbsp;</div><div><br></div><div>Has anyone attempted to handle cancel notifications with &nbsp;https://github.com/videlalvaro/php-amqplib?</div><div><br></div><div><br></div><div>Thanks</div><div>as4j1th</div>