Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 499 Bytes

File metadata and controls

31 lines (19 loc) · 499 Bytes

Blocking Processing Example

This module is a simple reactive application using Quarkus and Reactive Messaging.

Dev

You can run this application in dev mode using:

> mvn quarkus:dev

The application prints processed messages.

Build

Build it the application package using:

> mvn clean package

The output is located in target/quarkus-app

Run

Once packaged, you can run the application with:

> java -jar target/quarkus-app/quarkus-run.jar