We're receiving a ResendRequest message from our acceptor, but the messages that are coming with PossDupFlag = Y, aren't being processed.
We've seen that in quickfixn validates it in the method "void DoPossUp(Message msg)" on Session class, but we don't know how quickfixn manage this message if it hasn't being processed before and needs to be processed again to ensure the good data quality.
We've deleted the files where body and headers are stored but messages aren't processed.
What's the right behaviour and how we can test a right escenario in a data loss scenario?