Re: [Quickfix-developers] Lost Messages?
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2008-01-25 17:44:41
|
A FIX engine won't process any message until all previous messages have been processed. If a message gets "lost", the counterparty will not process any of your subsequent messages until the lost messages is recovered. This will generally be done through resend requests from them to you. --oren On Jan 25, 2008, at 11:39 AM, azmat wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Mike, > > Thanks for your suggestion. I have tested this and it works nicely. > However, I would like to know how QF takes care of messages that > are lost. > Actual FIX messages and not just the administrative messages > (involving > sequence reset, login, session, etc). So for example, say I send a > new > order submit message and it gets 'lost' on the way to my broker and > I send a > few more messages but receive their ack from the broker, how would > QF handle > that one 'lost' message that I sent earlier? > > thanks! > Azmat > > > Bugzilla from mic...@ya... wrote: >> >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> I would try a couple of things. >> >> 1) Bring down the server and reset the 'in' sequence >> number to a value less the cut current. You should see >> it do a gapfill/resend. >> 2) Manually increment your outgoing sequence number to >> something larger then what your currently at on the >> client. The server should request a gapfill/resend. >> >> Mike >> >> > > -- > View this message in context: http://www.nabble.com/Lost-Messages-- > tp15082077p15093016.html > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |