Skip to content

Latest commit

 

History

History
322 lines (230 loc) · 14.3 KB

README.adoc

File metadata and controls

322 lines (230 loc) · 14.3 KB

Creating a RESTful web service using mp-reactive messaging

Note
This repository contains the guide documentation source. To view the guide in published form, view it on the https://openliberty.io/guides/mp-reactive messaging.html[Open Liberty website].

Learn how to create a REST service with mp-reactive messaging, and Open Liberty.

What you’ll learn

This guide explains mp-reactive messaging concept and demonstrate how to use mp-reactive messaging within a service/application.

What is mp-reactive messaging?

mp-reactive messaging definition

Getting started

Try what you’ll build

Creating a reactive messaging within an application

@Outgoing

@Incoming

Channel

Configuring the server

server.xml configuration

Building and running the application

How to build and run the application

Testing the service

Test development

Running the tests

Run tests

Great work! You’re done!

You developed a REST service in Open Liberty by using mp-reactive messaging