Registry / messaging / camel-paho

camel-paho

JSON →
library4.19.0javamavenunverified

Camel Eclipse Paho support enables MQTT messaging using the Eclipse Paho client.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-paho</artifactId> <version>4.19.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-PAHO
C
camel-paho
messagingjavav4.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PahoComponent
org.apache.camel.component.paho.PahoComponent

Adds the Eclipse Paho MQTT component to a Camel context.

import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; import org.apache.camel.component.paho.PahoComponent; // Add Paho component to Camel context CamelContext context = new DefaultCamelContext(); context.addComponent("paho", new PahoComponent());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.19.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
camel-paho — mvn dependency:get camel-paho · libregistry