[Quickfix-developers] Sent messages are not writen to store when counterparty is not logged on?
Brought to you by:
orenmnero
From: Andrew M. <an...@nm...> - 2003-07-27 01:57:06
|
http://quickfix.thoughtworks.com/quickfix/doc/html/application.html says: "onCreate gets called when quickfix creates a new session. A session comes into and remains in existence for the life of the application. Sessions exist despite whether a counter party is connected to it. As soon as a session is created, you can begin sending messages to it. If no one is logged on, the messages will be sent at the time a connection is established with the counterparty." ...but this doesn't seem to be the case. If I send messages to a counterparty who is not yet connected, MsgSeqNum will reflect those messages having been sent, but they will not be saved in the store. So when that counterparty does connect, looks at the MsgSeqNum and sends a ResendRequest, the messages aren't available to send. Any suggestions on this? -Andrew Munn |