Imported from previous forum
How long do I have to keep the messages I sent in case the receiving party issues a resend request?
Is there any point were I can safely assume that all messages up to a certain seq. number have been process and thus can be discarded from my outgoing buffer ?
You should have some way to respond to a ResendRequest since you last reset MsgSeqNum to 1.
Most firms "safe-store" sent messages in a database, file, journal, etc.
> How long do I have to keep the messages I sent in case the receiving party issues a resend request?
>
> Is there any point were I can safely assume that all messages up to a certain seq. number have been process and thus can be discarded from my outgoing buffer ?
>
>
>