Update wiki Home page for mqtt5-source

gitea_admin 2026-03-11 14:39:02 +00:00
parent 6940e8acf4
commit 089185f970

35
Home.md

@ -1,21 +1,28 @@
# Deploy the Project on CamelX Platform # MQTT 5 Source
Deploy on CamelX Platform in three steps Allows receiving messages from any endpoint that supports the MQTT v5 protocol, such as a message broker.
## Step 1: Create a release ## Metadata
From the project space, click on **"Create a release"**
The new version is automatically available in the list | Property | Value |
|----------|-------|
| Type | source |
| Group | MQTT 5 |
| Namespace | Messaging |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 2: Deploy ## Properties
Click on **"Deploy"**
- **Version:** Select the desired release | Name | Type | Required | Default | Description |
- **Environment:** Choose `Development`, `Staging`, or `Production` |------|------|----------|---------|-------------|
- **Configuration:** Select the configuration source | `topic` | string | ✓ | | The topic to subscribe to |
- **Resources:** Set CPU and Memory | `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 |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:paho-mqtt5`
- `camel:kamelet`