Skip to main content
  • Log in
  • Manage Cookies
projects.eclipse.org
Download
  • Projects
  • Working Groups
  • Members
  • Community
    • Marketplace
    • Events
    • Planet Eclipse
    • Newsletter
    • Videos
    • Blogs
  • Participate
    • Report a Bug
    • Forums
    • Mailing Lists
    • Wiki
    • IRC
    • Research
  • Eclipse IDE
    • Download
    • Learn More
    • Documentation
    • Getting Started / Support
    • How to Contribute
    • IDE and Tools
    • Newcomer Forum
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Projects
  3. Eclipse Technology
  4. MicroProfile®
  5. Reactive Messaging 1.0
  6. Reactive Messaging 1.0 Release Review

MicroProfile® Reactive Messaging 1.0 Release Review

Type: 
Release
State: 
Successful
End Date of the Review Period: 

Reviews run for a minimum of one week. The outcome of the review is decided on this date. This is the last day to make comments or ask questions about this review.

Wednesday, July 3, 2019
Project: 
MicroProfile®
Release: 

Reactive Messaging 1.0

Description: 

This is the first release of MicroProfile Reactive Messaging https://github.com/eclipse/microprofile-reactive-messaging. The release includes API, TCK and Spec.

The Reactive Messaging specification defines a development model for declaring CDI beansproducing, consuming and processing messages. The communication between these componentsuses Reactive Streams. This specification relies on Eclipse MicroProfile Reactive Streams Operators and CDI.

The main APIs are @Incoming @Outgoing annotations together with some SPIs for connectors to link up with messaging providers.

An example of usage:

@Incoming("my-channel")

public CompletionStage<Void>consume(Message<String>message {

       returnmessage.ack();

}

 

Conforms To UI/UX Guidelines: 
Not verified

Comments Sign in to post comments

Emily Jiang's picture

Release MicroProfile Reactive

Submitted by Emily Jiang on Wed, 2019-06-26 10:14

Release MicroProfile Reactive Messaging Spec 1.0 API, Spec and TCK

  • Log in to post comments
Gordon Hutchison's picture

The download materials,

Submitted by Gordon Hutchison on Tue, 2019-10-29 13:11

The download materials, including a PDF of the spec, can be found here: https://download.eclipse.org/microprofile/microprofile-reactive-messaging-1.0/ Gordon Hutchison.

  • Log in to post comments
Incubating - MicroProfile®

Project Links

  • MicroProfile Blog
  • MicroProfile Calendar
  • MicroProfile Resources
  • MicroProfile Working Group Project
  • Website

Related Projects

Project Hierarchy:

  • Eclipse Technology
  • MicroProfile®

Tags

Technology Types
  • Cloud Native Java
Build Technologies
  • Maven

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors

Legal

  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top