Skip to content

eclipse/microprofile-reactive-messaging

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
api
 
 
 
 
tck
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.