Re: [Quickfix-developers] queuing of messages
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2006-04-21 19:38:59
|
On 4/21/06, Mike Smith <MS...@rj...> wrote: > > > During the downtime for a session, where does QuickFix store the queued > up messages it will send once the session starts up again? I'm using > MSSQLStore, but don't see any tables where this data would be stored. > If it's stored in memory, what happens if the app is shutdown before the > queued messages can be sent? The messages should appear in the Store you're using, in this case the "messages" table in your SQL server database. QuickFIX doesn't cache them in its own memory, at least not when using the MSSQLStore. All resends wil= l be accomplished by reading messages back from the database and resending those. -- Caleb Epstein caleb dot epstein at gmail dot com |