All Downloads are FREE. Search and download functionalities are using the official Maven repository.

connectors.camel-mqtt5-sink-sink.json Maven / Gradle / Ivy

{
	"connector": {
		"class": "org.apache.camel.kafkaconnector.mqtt5sink.CamelMqtt5sinkSinkConnector",
		"artifactId": "camel-mqtt5-sink-kafka-connector",
		"groupId": "org.apache.camel.kafkaconnector",
		"id": "camel-mqtt5-sink-sink",
		"type": "sink",
		"version": "4.8.0",
		"description": "Allows sending messages to any endpoint that supports the MQTT v5 protocol, such as a message broker."
	},
	"properties": {
		"camel.kamelet.mqtt5-sink.topic": {
			"name": "camel.kamelet.mqtt5-sink.topic",
			"description": "The topic to send messages to Example: mytopic",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.mqtt5-sink.brokerUrl": {
			"name": "camel.kamelet.mqtt5-sink.brokerUrl",
			"description": "The URL of the broker where to establish the connection Example: tcp:\/\/mosquitto:1883",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.mqtt5-sink.username": {
			"name": "camel.kamelet.mqtt5-sink.username",
			"description": "Username to use when connecting to the MQTT v5 compliant broker",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.mqtt5-sink.password": {
			"name": "camel.kamelet.mqtt5-sink.password",
			"description": "Password to use when connecting to the MQTT v5 compliant broker",
			"priority": "MEDIUM",
			"required": "false"
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy