Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.26 KB

index.adoc

File metadata and controls

41 lines (26 loc) · 1.26 KB

Quarkus Solace

Tip
Solace Quarkus Extension for integrating with Solace PubSub+ message brokers. The extension provides the ability to publish or consume events from event mesh.

Installation

If you want to use this extension, you need to add the com.solace.quarkus:quarkus-solace extension first to your build file.

For instance, with Maven, add the following dependency to your POM file:

<dependency>
    <groupId>com.solace.quarkus</groupId>
    <artifactId>quarkus-solace</artifactId>
    <version>{project-version}</version>
</dependency>

Extension Configuration Reference

Incoming Configuration Reference

Outgoing Configuration Reference

Common Configuration Reference