Tip
|
Solace Quarkus Extension for integrating with Solace PubSub+ message brokers. The extension provides the ability to publish or consume events from event mesh. |
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>