Quarkus - Reactive Messaging HTTP

Quarkus Reactive Messaging HTTP is a Quarkus extension that brings in support for HTTP and WebSocket for Reactive Messaging.

Installation

If you want to use this extension, you need to add the io.quarkiverse.reactive-messaging-http:quarkus-reactive-messaging-http extension first. In your pom.xml file, add:

<dependency>
    <groupId>io.quarkiverse.reactive-messaging-http</groupId>
    <artifactId>quarkus-reactive-messaging-http</artifactId>
    <version>2.2.0</version>
</dependency>

Using the extension

The extension contains two Reactive Messaging connectors, specific pages describe how to use each of them:

Extension Configuration Reference

For now, the configuration reference is not automatically generated.