Paho MQTT5
JVM since1.8.0 Native since1.8.0
Communicate with MQTT message brokers using Eclipse Paho MQTT v5 Client.
What’s inside
-
Paho MQTT 5 component, URI syntax:
paho-mqtt5:topic
Please refer to the above link for usage and configuration details.
Maven coordinates
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-paho-mqtt5</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.