How does RabbitMQ handle message synchronization when a new mirror node joins a mirrored queue cluster?
AThe new mirror node starts empty and only receives new messages from that point
BThe new mirror node copies all existing messages from the master queue before accepting new messages
CThe new mirror node rejects messages until fully synchronized manually
DThe new mirror node duplicates messages from other mirrors asynchronously without master involvement