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.4.1</version>
</dependency>