How to Install libopenhft-chronicle-queue-java in Ubuntu 18.04



Install libopenhft-chronicle-queue-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libopenhft-chronicle-queue-java

Description:

Java library for persisted low latency messaging

Chronicle is a Java library focused on building a persisted low latency messaging framework for high performance and critical applications. Using non-heap storage options (RandomAccessFile) Chronicle provides a processing environment where applications do not suffer from garbage collection.

Homepage: https://github.com/OpenHFT/Chronicle-Queue

Version: 3.6.0-2

Section: universe/java