[QFJ-977] ResendRequest message ( 35=2) received from Sender was ignored in QuickFIXJ Created: 21/May/19 Updated: 08/Jul/19 |
|
Status: | Open |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.5.3 |
Fix Version/s: | None |
Type: | Bug | Priority: | Critical |
Reporter: | Lantony | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Labels: | QuickfixJ, ResendRequest,, sequence, | ||
Environment: |
Linux |
Description |
Fix session was interrupted due to network issue... Both side FIX processes ( Client, Sender) did not know about the n/w issue. The Client side was continuously sending logon request to other side... Once the n/w issue was resolved the connectivity was established. However, the sequence was not in sync at this time . Hence , The sender sent resend request (35=2) immediately after successful logon response. the problem is why my fix engine (i.e., the client ) did not respond to 35=2 resent request given by sender ? . I am expecting my Fix engine should have responed with 35=4 like my Sender's engine . I am using QuickfixEngineJ 1.5.3 Some one kindly help please. The below the sequence of FIX messaged traced in messages.log/ Response from Sender: Resent request from sender ( problem where I did not respond for this message) Resent request from Client (i.e., by my quick fix engine ) reset request responded by sender: |
Comments |
Comment by Lantony [ 22/May/19 ] |
Small Correction , The environment is Windows , not Linux. |
Comment by Christoph John [ 08/Jul/19 ] |
Hi, Cheers, |