[Quickfix-users] QuickfixJ acceptor sending stored messages to manually created session
Brought to you by:
orenmnero
From: Mihai <mih...@ya...> - 2015-10-06 09:52:04
|
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. |