Skip navigation links

NATS.IO Java Server Runner

Java Server Runner for the NATs messaging system.

See: Description

Packages 
Package Description
nats.io  
Java Server Runner for the NATs messaging system.

nats logo

NATS Server is a simple, high performance open source messaging system for cloud native applications, IoT messaging, and microservices architectures. This Java API opens the server to Java applications. The API is performant, supporting millions of messages a second, and easy to use.

The server runner allows you start a NATS server from java code. The most typical use is for executing unit tests against a live server.

This package is implemented with Java 8 features.

Skip navigation links