[Quickfix-developers] Sequence number,HeartBeat and Message Gap Filling
Brought to you by:
orenmnero
From: Krishna D. <kd...@in...> - 2002-07-19 00:46:34
|
Hi, My *.cfg setting has Heart Beat Integer set at 10 Seconds. Both initiator and acceptor does not do anything other than printing Admin messages. I'm using FileStore implementation. Question: --------- I ran acceptor and initiator for a while. FIX.*.seqnum file, now reads 5:5 which will be next sequence number. I modified initiators file and increased (by 10) the outgoing sequence number. As expected acceptor sends a Resend request message for the missed messages as per sequence number but Heart Beat does not stop between initiator and acceptor. Am I missing something. As per specs, message gap filling should start and in this time no heatbeat/admin messages should be sent. If initiator after receiving Resend message does not do anything then heart beat should have been stopped, but it does not. What to do, if application, after receiving Msg Resend flag takes more time to resend messages then Hear Beat int. setting? Isn't QFEngine suppose to stop sending admin message in this time? ======== Krishna |