RE: [Quickfix-users] House-Keeping quickfix 1.4.1
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-05-28 13:31:20
|
This is something that we have considered adding at some point, but currently does not exist. I have done this for clients however by setting up an acceptor session using custom FIX messages. You can set up an acceptor acceptd takes these messages and based on their content, takes various administrative actions. --- SOL ZADEH <sol...@ya...> wrote: > Hello > Are there any fix messages that could be used to > control the "operations" of the fix engine so that > unscheduled start & stop can be handled easier? > So lets say instead of CtrlC a message be sent to > the > server & instead of updated the config files & > restarting the server, things be done dynamically. > Regards > > > --- Oren Miller <ore...@ya...> wrote: > > These will actually only do a reset during a > proper > > disconnect or logoff. Ctrl-c stops the app dead > in > > it's tracks, so they probably won't get cleaned up > > if you use the FileStore. But, you use these > > setting + use the MemoryStore, then it should > reset > > for normal and abnormal interuptions. since > > MemoryStore will always start at 1 when the app is > > loaded. > > > > Juergen Jetmar <je...@gm...> wrote: > > Hello, > > > > take a look at > > > http://quickfix.thoughtworks.com/documentation/configuration.html > > > > ResetOnLogout and ResetOnDisconnect. > > > > Regards, > > jj > > > > -----Original Message----- > > From: qui...@li... > > > [mailto:qui...@li...] > > On Behalf Of SOL > > ZADEH > > Sent: Donnerstag, 22. Mai 2003 16:23 > > To: qui...@li... > > Subject: [Quickfix-users] House-Keeping quickfix > > 1.4.1 > > > > I've been stopping the examples such as > > "run_executor_cpp_debug using 'control c' > > Now I'm getting the following problem: > > > > (MsgSeqNum too high RECEIVED: 143 EXPECTED: 1) > > > > How could I safely reset the MsgSeqNum? > > > > > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Search - Faster. Easier. Bingo. > > http://search.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ObjectStore. > > If flattening out C++ or Java code to make your > > application fit in a > > relational database is painful, don't do it! Check > > out ObjectStore. > > Now part of Progress Software. > > http://www.objectstore.net/sourceforge > > _______________________________________________ > > Quickfix-users mailing list > > Qui...@li... > > > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ObjectStore. > > If flattening out C++ or Java code to make your > > application fit in a > > relational database is painful, don't do it! Check > > out ObjectStore. > > Now part of Progress Software. > > http://www.objectstore.net/sourceforge > > _______________________________________________ > > Quickfix-users mailing list > > Qui...@li... > > > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > > --------------------------------- > > Do you Yahoo!? > > The New Yahoo! Search - Faster. Easier. Bingo. > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |