Registry / messaging / camel-mqtt

camel-mqtt

JSON →
library2.25.4javamavenunverified

Provides MQTT client support for Apache Camel, enabling publish/subscribe messaging with MQTT brokers.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-mqtt</artifactId> <version>2.25.4</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-MQTT
C
camel-mqtt
messagingjavav2.25.4
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.

MQTTComponent
✓ org.apache.camel.component.mqtt.MQTTComponent

Shows how to configure an MQTT component.

import org.apache.camel.component.mqtt.MQTTComponent; public class Example { public static void main(String[] args) { MQTTComponent component = new MQTTComponent(); component.setHost("tcp://localhost:1883"); System.out.println(component.getHost()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.25.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
30
OpenAI (training)
1
Resources
camel-mqtt — mvn dependency:get camel-mqtt · libregistry