bigqueue
bigqueue copied to clipboard
A big, fast and persistent queue based on memory mapped file.
IBigQueue.applyForEach does not work - my iterator is never called with any element. No errors are thrown it just behaves as if the queue is empty which is definitely not...
Applies the patch present here https://github.com/bulldog2011/bigqueue/issues/39
Hi, MappedPageImpl current using sun.misc.Cleaner to clean up the mapped byte buffer of the index/data page files. class sun.misc.Cleaner doest not exist in JDK11, for those app run on JDK11...
Will this library work on Linux environment?
I create a bigqueue, and enqueue many items, then dequeue all. But the size of bigqueue on disk will become bigger and bigger. ```java String queueDir = "/Users/ym/data/bigqueue"; String queueName...
Broken markdown links in README file.
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
I have add a method freshHead in order to support consume message on other JVM or machine