|
From: Bartłomiej K. <bar...@gm...> - 2018-01-27 13:00:15
|
Phillip: I could implement some logic to block sending the message out od the session time but this would be vunerable to some race condtions (e.g. I check the session time and if session is logged in and I’m about to sens the message but in the meantime the session was logged out) so I really think it should be done on protocol-handling level. Colin: thank you for good hints, I think I’ll go with implementing custom message store, it’s the closest to the thing I wanted to achieve. Best regards Bartłomiej Kruczyk > Wiadomość napisana przez Colin DuPlantis <co...@ma...> w dniu 26.01.2018, o godz. 18:36: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > You could code your own message store that wraps an existing one and temp persists messages sent out-of-session. You could trigger the messages to be resent on session logon. > >> On 01/26/2018 05:59 AM, Philip Whitehouse wrote: >> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ >> QuickFIX/J Support: http://www.quickfixj.org/support/ >> >> >> >> >> If you want messages to be sent after a reset you'll have to manage this in your application code. >> >> From: Bartłomiej Kruczyk <bar...@gm...> >> Sent: 26 January 2018 13:47:30 >> To: qui...@li... >> Subject: [Quickfixj-users] Queuing messages between the sessions >> >> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ >> QuickFIX/J Support: http://www.quickfixj.org/support/ >> >> >> >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> >> >> _______________________________________________ >> Quickfixj-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > -- > Colin DuPlantis > Chief Architect, Marketcetera > Download, Run, Trade > 888.868.4884 +1.541.306.6556 > http://www.marketcetera.org > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users |