Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 856 Bytes

File metadata and controls

29 lines (19 loc) · 856 Bytes

RabbitMQ Stream Java Client

The RabbitMQ Stream Java Client is a Java library to communicate with the RabbitMQ Stream Plugin. It allows creating and deleting streams, as well as publishing to and consuming from these streams. Learn more in the the client overview.

The Stream Java Client

The library requires Java 8 or more. Java 11 is recommended (CRC calculation uses methods available as of Java 9.)