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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy