[QFJ-710] Lost Subscription Requests Created: 23/Oct/12 Updated: 24/Oct/12 Resolved: 24/Oct/12 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | 1.5.2 |
Fix Version/s: | None |
Type: | Bug | Priority: | Critical |
Reporter: | Robert Shalonov | Assignee: | Unassigned |
Resolution: | Not a bug | Votes: | 0 |
Labels: | None | ||
Environment: |
Linux x86_64 GNU/Linux |
Description |
We are using QuickFIX/J 1.5.2 . Our application runs as an Acceptor for our client. The client sends us a subscription requests for different symbols. However, out of 10 subscription requests send by the client our application gets only 8 requests. The 10 requests do show up on our fix messages logs. However, fromApp(quickfix.Message message, quickfix.SessionID sessionID) call back method only notifies us of 8 requests and not 10. Why fromApp() method notifies us only of 8 requests and not 10 despite of ten requests showing up in fix messages log? It happens sporadically. Our client is very unhappy about it and our reputation is on the line. Please, advise ASAP. Thanks. |
Comments |
Comment by Grant Birchmeier [ 23/Oct/12 ] |
You should join the mailing list and send your question there. The JIRA system is for tracking engine bugs and is not monitored by many people. When you send your message, you should attach the part of your message logs that contains these messages. That will be helpful. |