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

Supersedes #667 refs #639 If rejectMessageOnUnhandledException=true and an unhandled exception is thrown from the fromCallback(), include the exception message in the Text(58) field of the resulting Reject or BusinessMessageReject.

my thinking: QuickFixJ is built on top of MINA, and MINA allows configuring the number of Processor threads. Assuming there are 10,000 connections, generally, configuring the Processor threads to 100-200...

enhancement

Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.8.0 to 3.8.1. Commits ff4b440 [maven-release-plugin] prepare release maven-invoker-plugin-3.8.1 b050650 [MINVOKER-371] Upgrade to Doxia 2.0.0 GA Stack 557a85c Bump org.apache.groovy:groovy-bom from 4.0.22 to 4.0.23 a46d0f7 Bump commons-io:commons-io...

dependencies
java

Bumps `junit.jupiter.version` from 5.11.2 to 5.11.3. Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3 See...

dependencies
java

**Describe the bug** As per our requirement we have made changes to FIX50SP2.xml file added some new messages and tags and new supported values for those tags. What ever changes...

**Describe the bug** Upon detecting the sequence number higher than the expected, the FIX client sends a resend request. But few vendors reject the resend requests in scenarios when those...

Change summary: * Jacoco & Surefire build data * Introduction of an interface `IMessage` to allow alternate implementations of `Message` * Log handlers for InvalidMessage and Disconnects * Exposing `creationTimeCalendar`...

This fixes #960 by clarifying the reason for sequence number in response not being 1 when resetOnLogon is configured to true. As far as I could tell, it isn't necessary...

@jetbrains-junie please create a PR to upgrade maven to 3.9.10