quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

QuickFIX/J is a full featured messaging engine for the FIX protocol. - This is the official project repository.

Results 144 quickfixj issues
Sort by recently updated
recently updated
newest added
trafficstars

### Add WriteBack Message Store Wrapper For Large-Scale Traffic I've encountered a issue where large-scale traffic leads to a reduced simultaneous throughput due to the Fix Session Lock mechanism. This...

Prioritize Resend, if configured, allows lagging counter-party app to catch up by scheduling resend responses first over new/pending messages.

It was possible to end up in a state when interval end is >24 hours before interval start (this is some quirk of the j.u.Calendar which I don't fully understand...

Adds exception _DoNotFulfillResendRequest_ to fromAdmin, in the spirit of _RejectLogon_, to alter the behavior of the engine. Applications can throw this exception to abort the fulfillment of an incoming ResendRequest....

Stopping MINA connector can take up to a minute if there is in-flight TCP handshake which can't complete due to firewall cutting the traffic. What happens in this case is...

We should probably stop resending messages when the responder has disconnected. The current behavior is to keep sending messages regardless, ignoring the return value of `send()`. Here's an anonymised log...