Update wiki Home page for mqtt-source

gitea_admin 2026-03-11 14:38:59 +00:00
parent ca7c257020
commit 51965cc5ed

35
Home.md

@ -1,21 +1,28 @@
# Deploy the Project on CamelX Platform # MQTT Source
Deploy on CamelX Platform in three steps Allows receiving messages from any endpoint that supports the MQTT 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 |
| 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 broker |
| `password` | string | | | Password to use when connecting to the MQTT broker |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:paho`
- `camel:kamelet`