Re: [Quickfix-users] QuickfixJ acceptor sending stored messages to manually created session
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2015-10-06 18:32:16
|
This is the C++ QF list. I think you want the Quickfix/J mailing list. See here: http://quickfixj.org/support/ In general, though, the way you're thinking sounds pretty wrong. Do not screw with the QF message store. You should make your own storage structure and operate it at the application layer. On Tue, Oct 6, 2015 at 4:15 AM, Mihai <mih...@ya...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > I want to be able from my acceptor to store messages sent to a manually > created sessionID, and when the initiator connects to send all these > messages. > > Currently I'm able to store the messages, but when the initiator connects, > it overwrites the .event file instead of resending everything from there. > It > looks to me as if the sessionID I've created and the sessionID created when > the initiator connects are somehow different. > > The only solution I can think of is to get hold of the message store and > when the initiator connects intercept the onLogon and manually resend > everything I have stored up to that point. > > I'm creating the sessionID using the constructor with BeginString, > SenderCompID and TargetCompID parameters. > > > > -- > View this message in context: > http://quickfix.13857.n7.nabble.com/QuickfixJ-acceptor-sending-stored-messages-to-manually-created-session-tp6768.html > Sent from the QuickFIX - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > -- Grant Birchmeier *Connamara Systems, LLC* *Made-To-Measure Trading Solutions.* Exactly what you need. No more. No less. http://connamara.com |