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

MQTT v5 Sink

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

Metadata

Property Value
Type sink
Group MQTT v5
Namespace Messaging
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
topic string The topic to send messages to
brokerUrl string The URL of the broker where to establish the connection
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