Re: [Quickfix-developers] Not Getting Resend Message
Brought to you by:
orenmnero
|
From: <or...@qu...> - 2008-10-01 22:00:43
|
Yes, QuickFIX will not pass through message that have already been received. When a message is mark with PossDup, and QuickFIX verifies it is in fact a duplicate, it will throw it out. If you really must receive these messages again, you have to lower your expected incoming sequence number and send out a test request. QuickFIX will automatically detect the sequence number gap, send out the appropriate test request, and all messages will be passed through. --oren > -------- Original Message -------- > Subject: [Quickfix-developers] Not Getting Resend Message > From: Ned...@ao... > Date: Wed, October 01, 2008 3:36 pm > To: qui...@li... > > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html<hr>Hello All, > I'm testing my application against the executor server application. I'm > issuing a resend request. I can see that the executor server application is > honoring the request and resending messages. I can also see that these resent > messages are being logged by QuickFix in my application. The problem is that > my fromApp event handler is not being triggered for these messages. I can't > capture them. > > What gives? Is QuickFix somehow filtering them out ? Can anyone please tell > me what is going on? > > I also tried using the SendRedundantResendRequests=Y config option in my > applications config file. That didn't seem to make a difference. > > Thanks for all your time and efforts > Ned > > > > **************Looking for simple solutions to your real-life financial > challenges? Check out WalletPop for the latest news and information, tips and > calculators. (http://www.walletpop.com/?NCID=emlcntuswall00000001)<hr>------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/<hr>_______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |