2 Home
gitea_admin edited this page 2026-03-11 14:39:02 +00:00

MQTT 5 Source

Allows receiving messages from any endpoint that supports the MQTT v5 protocol, such as a message broker.

Metadata

Property Value
Type source
Group MQTT 5
Namespace Messaging
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
topic string The topic to subscribe to
brokerUrl string The URL of the broker where to establish the connection
clientId string mqtt-source The client ID to use when connecting to the resource
username string Username to use when connecting to the MQTT v5 compliant broker
password string Password to use when connecting to the MQTT v5 compliant broker

Dependencies

  • camel:paho-mqtt5
  • camel:kamelet