OPEN SOURCE

Chronicle Queue

Persisted low-latency messaging framework that handles massive throughput at microsecond latencies for high-performance and critical applications. 

Low-Latency IPC

Chronicle Queue aims to achieve latencies of under 40 microseconds end-to-end across multiple services 99.99% of the time.

High-Resolution Timings Across Machines

Chronicle Queue allows calibrated timings across machines to accurately detect outliers.

Persistence to Disk

Chronicle Queue makes full use of the disk space available, hence is not constrained by the main memory of your machine. As all saved data is stored as memory-mapped files, the on-heap overhead is insignificant, even for 100 TBs of data.

Replays All Input and Output

Chronicle Queue supports several replay strategies to give control of what messages to replay, and when. For example, choose to replay every message, only new messages, only missed messages, or restart from any known point using the index of the entry.

Real-Time Compression

Can be paired with Chronicle Wire Enterprise for real-time compression to reduce message sizes by a factor of 10, with minimal delays. Other less performant options are LZW, Snappy, and GZIP.

Compacting Logs

Chronicle Queue manages storage by cycle. A listener can be added to receive notifications whenever a new file is added, and when it is no longer retained. At that point, the file can be moved, compressed, or deleted, depending on the application. 

Low-latency

Chronicle Queue Benchmarks

Chronicle Queue can be considered to be similar to a low-latency, broker-less durable/persisted JVM topic. It is a distributed, unbounded, persisted queue that:

  • supports asynchronous RMI and pub/sub interfaces with microsecond latencies

  • passes messages between JVMs in under 1 µs*

  • provides stable, soft, real-time latencies into the millions of messages/s for a single thread to one queue

* In optimised examples

Write-to-Read Latency Between 2 Threads

Knowing how our products are used allows us to focus our resources more efficiently to improve our libraries and provide better and more widely adopted solutions for the community.

Delivers Value for Companies Worldwide

Screenshot 2022-02-17 at 13.54.17
mufg-logo-black-and-white-1
rbc-royal-bank-logo-black-and-white
uob
CustLogo_0006_Nordnet-Logo
Screenshot 2022-03-09 at 18.44.50
Screenshot 2022-03-09 at 18.48.08
COMMERCIAL LICENSE

Chronicle Queue Enterprise

Chronicle Queue Enterprise is the commercially supported version of Chronicle Queue. Beyond being fully supported by our technical experts, the software is also equipped with features that boost performance even more and allow your queues to be replicated across hosts for back-up. Queues can also be encrypted to protect sensitive data, and rollover schedules can be configured with regard to timezones.

<4 micro seconds

Read-to-write latency in async mode 

Expert Support

Get full support by our technical experts

TCP/IP Replication

Real-time back-up of all queue data

Timezone Rolling

Easy timezone rollover scheduling 

Cloud Migration

Using microservices architecture

Tailormade Solutions

For trading or other solutions requiring low latency

COMMERCIAL LICENSE

Chronicle Services

Take your Chronicle Queue solution to the next level. Chronicle Services is a framework for development of event-driven architectures. Microservices built with Chronicle Services are efficient, easy to build, test, and maintain. Equally important they provide exceptional high-throughput, and low latency. For enterprise companies, this provides immediate improvements in performance and also helps future-proof the technology evolution and adaptation to the cloud.

Articles about Chronicle Queue

Big Data and Chronicle Queue

The Big Question How is Chronicle Queue being used for Big Data solutions in Java, and how does it work under the covers? What is Chronicle Queue? Chronicle Queue is a persisted journal of messages which supports concurrent writers and readers even across multiple JVMs on the same machine. Every reader sees every message, and…

Continue Reading >>

Improving Percentile Latencies in Chronicle Queue

Compared to a year ago, we have significantly improved the throughput at which we can achieve the 99%ile (worst one in 100). What tools and tricks did we use to achieve that? What are we testing? Chronicle Queue appends messages to a file while another thread or process can be reading it. This gives you…

Continue Reading >>

Chronicle Queue storing 1TB in virtual memory on a 128GB machine

If you use a standard JVM like the Oracle JVM or the OpenJDK, you might find that as the heap size grows the performance of your JVM can drop as GC pause time escalates. This tends to be a problem around 32 GB of heap, but it often depends on the application at which point…

Continue Reading >>
WHAT'S NEXT?

Get Started Today

Chronicle Queue is available open source, so why not get started right away? Follow the Quick Start link below to get set up in minutes.