Reactive Messaging for MicroProfile
This specification provides asynchronous messaging support based on Reactive Streams for MicroProfile.
Implementations
MicroProfile Reactive Messaging does not contain an implementation itself but only provides the specified API, a TCK and documentation.
The following implementations are available:
-
Open Liberty 19.0.0.9+ usage (via SmallRye Reactive Messaging)
Building
The whole MicroProfile Reactive Messaging project can be built via Apache Maven.
$> mvn clean install
Contributing
Do you want to contribute to this project? Find out how you can help here.