From: Edde <edd...@gm...> - 2006-07-05 09:46:13
|
Hi all, Sorry if this message has been recieved on this list before but I never saw it on the list so I thought it might have disappeared on the way... ------------------------------------------------- Is it possible to trap the error that occurs when you try to logon with a too low MsgSeqNum? We've previously been using the QuickFix_jni solution and in this version I've been using a customized version of quickfix.jar. Here I was able to trap the above situation in the onEvent(...) callback by scanning the message for the "Logon state is not valid for message" String. It wasn't the best solution but at least it worked. With QuickFixJ there no longer is a callback to onEvent(...) at all and QuickFix simply disconnects without any message. Is there a way to trap this situation? I'm not very familiar with the actual implementation of QuickFixJ but I tried to trace the source of the disconnect() call but it seems to originate inside the MINA library for which I don't have the source code so I'm sort of stuck. Any help would be appreciated. Cheers, /Eddie |