quickfix
quickfix copied to clipboard
ResetSeqNumFlag
Setting ResetSeqNumFlag(141)='Y' when initiator run the start() method is not supported. This prevents the session serial number from being reset automatically.
Can you explain your use case a little more? In the meantime, some things you could do:
- Control this via SessionSettings (see the
ResetOn... andRefreshOn.... settings). - Or, I suppose you could call
initiator.getSession(sessionID).reset()before you callinitiator.start()(orgetSessions()to iterate over all of them). - Or, you could set
RefreshOnLogon=Yand manipulate the Store (e.g. overwrite the.seqnumsfile) before callingstart().