|
From: jim_b_o <jam...@co...> - 2009-01-05 13:53:01
|
John Peng wrote: > > - While your session is alive, you can use JMX via JConsole to manage the > seq no. > - When the engine is off, you can clean up the filestore to reset the seq > no for next session. > I think we need a mechanism that allows us to reset the seq no (and any relevant stores) that is consistent with the FIX Protocol recommendations, i.e. by sending a Logon with ResetSeqNumFlag=Y after a TestRequest and Heartbeat response including any required resends, within an already established connection. Only this way can we ensure recovery of a failed session prior to resetting the seq no. As Jan Pevzner suggests, this would be a dynamic mechanism, invoked when desired (probably at a particular time of day). The various ResetOnXXX settings do not allow for proper session recovery. -- View this message in context: http://n2.nabble.com/Managing-SeqNo-manually-tp2095579p2112957.html Sent from the QuickFIX/J mailing list archive at Nabble.com. |