Skip to content

eclipse/microprofile-reactive-messaging

Repository files navigation

microprofile reactive

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:

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.