fixio icon indicating copy to clipboard operation
fixio copied to clipboard

Support persistent storage for inbound and outbound message sequence numbers

Open kpavlov opened this issue 11 years ago • 2 comments

It should be possible to persist inbound and outbound message sequence numbers for restoring session after disconnect. Add settings similar to QuickFix ResetOnLogon, ResetOnLogout, ResetOnDisconnect, RefreshOnLogon (see http://www.quickfixengine.org/quickfix/doc/html/configuration.html#Session). Use persisted settings if FixSessionSettingsProvider.resetMsgSeqNum() == false.

kpavlov avatar Feb 19 '14 16:02 kpavlov

About that, I'm planning to convert SessionRepository to a sort of an interface so that I can provide my own SessionRepository, the idea is to get the sessions from a distributed map say, using Riak or Redis or Hazelcast or any KV distributed solution (GRID like)

guidomedina avatar Feb 06 '15 15:02 guidomedina

SessionRepository interface was introduced

kpavlov avatar Feb 15 '15 09:02 kpavlov