Re: [Quickfix-developers] Persisting unprocessed messages
Brought to you by:
orenmnero
From: Viktor P. <pohrebnyak@i.ua> - 2016-05-23 20:21:03
|
Hi, The whole purpose of ResendRequest message is to retrieve messages that weren't processed by the client even when it received them. If service does not keep track of the messages being sent + lacks replay capability then you are in a big trouble, unfortunately. In your case client must not only remember which messages it received but also which were actually processed. Cheers, Viktor -- View this message in context: http://quickfix.13857.n7.nabble.com/Persisting-unprocessed-messages-tp6807p6810.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |