rmjai
rmjai is an open-source Java library that enables high-throughput, low-latency messaging between distributed components. It was first released in 2018 by a team of developers at the University of Mysterium, who identified a gap in existing messaging frameworks for real‑time analytics applications. The library implements a lightweight, thread‑safe queue system that can be deployed in both embedded and cloud environments.
The core of rmjai is its non‑blocking event loop, which decouples producers and consumers and reduces context‑switch
rmjai has been adopted by several industry projects, including a financial trading platform that processes millions
The project is hosted on GitHub and released under the Apache 2.0 license, encouraging community contributions. The