Re: [Quickfix-developers] Lost Messages?
Brought to you by:
orenmnero
From: Mike P. <mic...@ya...> - 2008-01-25 17:48:51
|
Well, if by "lost" you mean the broker never got it, then when you send the next message it will have the next msgseqnum and the broker's fixengine will ask for a gapfill because it was expecting the seq # of the lost message. This should cause QF to resend the message that got lost. Mike --- azmat <mr...@gm...> 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 > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |