filequeue icon indicating copy to clipboard operation
filequeue copied to clipboard

light weight, high performance, simple, reliable and persistent queue for Java applications

Results 5 filequeue issues
Sort by recently updated
recently updated
newest added

Hi, the latest version available here: https://mvnrepository.com/artifact/com.stimulussoft/filequeue seems to 1.1.4, but the master I believe is 1.3.0. Would it be possible to push the latest build artifacts to maven repo?...

This PR fixes the ObjectMapper configuration to allow for setting a custom Jackson JsonMapper/ObjectMapper in the Config before starting the FileQueue. This ensures Java 8 Date-Time classes can be serialized...

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4 to 2.13.4.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.4&new-version=2.13.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I'm want to know that if the item in the queue consumed, when will the file content be removed. Thanks.

We would like to use FileQueue as an emergency storage, if the database connection is not available. Therefor it would be great if it is possible to reserve a fix...