# Chronicle-Queue **Repository Path**: mirrors_craigwblake/Chronicle-Queue ## Basic Information - **Project Name**: Chronicle-Queue - **Description**: Micro second messaging that stores everything to disk - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chronicle Queue Micro second messaging , which stores to disk a complete history of all your messages.  Persisted low latency logging and IPC messaging It is available on maven central as
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle</artifactId>
<version>2.0.3</version>
</dependency>
For working examples, have a look at the unit tests and demo module.
### JavaDoc
Check out our documentation at [JavaDoc] (http://openhft.github.io/Chronicle-Queue/apidocs/)
### Support
See frequently asked questions on [Stackoverflow](http://stackoverflow.com/tags/chronicle/info), or you can post your question on the forum at [Java Chronicle support group](https://groups.google.com/forum/?hl=en-GB#!forum/java-chronicle)
---
[Chronicle Wiki](https://github.com/OpenHFT/Java-Chronicle/wiki)
[Chronicle support on Stackoverflow](http://stackoverflow.com/tags/chronicle/info)
[Forum for those learning about OpenHFT](https://groups.google.com/forum/?hl=en-GB#!forum/open-hft)