|
From: Philip W. <ph...@wh...> - 2021-05-17 20:10:59
|
Doesn’t QFJ already support chunked resend requests as an option? If you’re talking about chunked storage access when a large block is requested to limit heap usage that might be something I have time to look at. Best, Philip Whitehouse > On 17 May 2021, at 17:34, Colin DuPlantis <co...@ma...> wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > That's a good point and a separate use-case from Ajit's. It would be easy enough to implement pagination in the QF message provider, however, it would still need some work in the core code where the provider is invoked to resend messages. Not horribly difficult to do, though, and if there were six of me, I would probably do it. > >> On 5/17/21 8:24 AM, Browne, Sam wrote: >> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ >> QuickFIX/J Support: http://www.quickfixj.org/support/ >> >> >> I'd like to see pagination in terms of Resend Request messages, if a user requests resend of seqnNum 1 - infinity that could be a lot of messages pulled from the DB in 1 query, it would seem better to be have support for this to be retrieved in "chunks" from the DB and "drip fed" out to the session. >> >> On 17/05/2021, 16:16, "Colin DuPlantis" <co...@ma...> wrote: >> >> Exercise Caution: This email is from an external source. >> >> >> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ >> QuickFIX/J Support: http://www.quickfixj.org/support/ >> >> >> >> ________________________________ >> >> NOTICE: This message, and any attachments, are for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at E-Communication Disclaimer<http://www.cmegroup.com/tools-information/communications/e-communication-disclaimer.html>. If you are not the intended recipient, please delete this message. CME Group and its subsidiaries reserve the right to monitor all email communications that occur on CME Group information systems. >> >> _______________________________________________ >> 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 > https://www.marketcetera.com > > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users |