Re: [Quickfix-developers] Repeated messages
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2007-02-26 14:28:03
|
On 2/23/07, cstrader <cst...@cs...> wrote: > A strange thing is happening to me today -- my QF keeps sending the same > toapp and toadmin messages repeatedly. I am not generating new ones, the > old ones keep getting shot off again and again, tens even hundreds of times. Sounds like your Session hasn't been reset. You should clear out the persistence files (or database data) associated with this session and restart your application. Note that your counterparty will need to perform a similar reset on their end. You should also double-check your configuration file to be sure that the StartTime and EndTime for your session are correct. http://quickfixengine.org/quickfix/doc/html/configuration.html#Session -- Caleb Epstein |