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

**Describe the bug** "User FAQ" and "Developer Resources" in the Wiki are out of date. https://www.quickfixj.org/wiki/display/qfj/User+FAQ https://www.quickfixj.org/wiki/display/qfj/Developer+Resources for example : QFJ Build process. "How do I rebuild QF/J? You need...

**Describe the bug** When option `ForceResendWhenCorruptedStore` is enabled and there is a `ResendRequest` received it will cause session-level messages to be resent (because they are basically treated like application messages...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Provide additional maven module to include all performance regression. Any code changes would additionally...

enhancement

**Describe the bug** MessageCracker generated class contains a lengthy if else statement to resolve the method call for the respective message type. Current logic is about 7 times slower than...

bug

**Is your feature request related to a problem? Please describe.** Generated messages should have overridden `getHeader()` method to return header that corresponds to used protocol version. **Describe the solution you'd...

Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2. Release notes Sourced from org.apache.maven.plugins:maven-install-plugin's releases. 3.1.2 Release Notes - Maven Install Plugin - Version 3.1.2 What's Changed [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by...

dependencies
java

Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2. Release notes Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases. 3.1.2 Release Notes - Maven Deploy Plugin - Version 3.1.2 What's Changed [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by...

dependencies
java

Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.21.2 to 3.22.0. Release notes Sourced from org.apache.maven.plugins:maven-pmd-plugin's releases. 3.22.0 🚀 New features and improvements [MPMD-379] - Upgrade to use PMD 7.0.0 by default (#144) @​mkolesnikov 📦...

dependencies
java

Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3. Commits 19618cd [maven-release-plugin] prepare release maven-shade-plugin-3.5.3 faf233e [MSHADE-472] upgrade parent POM 7de9ae7 [MSHADE-471] deal with DST 58d8cfe [MSHADE-470] Bump asmVersion from 9.6 to 9.7...

dependencies
java

Fixes #778 If the amount of data is particularly large 。 ``` ResetOnLogon=N ResetOnLogout=N ResetOnDisconnect=N ResetOnError=N ``` in quickfixj-initiator delete local quickfixj file。 restart quickfixj-acceptor OOM (If there is no...