Update wiki Home page for jms-amqp-10-source

gitea_admin 2026-03-11 14:37:24 +00:00
parent ea2f2b0fbf
commit 1b04e40b6f

34
Home.md

@ -1,21 +1,27 @@
# Deploy the Project on CamelX Platform # JMS - AMQP 1.0 Source
Deploy on CamelX Platform in three steps Consume data from any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client.
## 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 | JMS |
| 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 | `destinationType` | string | | `queue` | The JMS destination type (queue or topic). |
- **Resources:** Set CPU and Memory | `destinationName` | string | ✓ | | The JMS destination name. |
| `remoteURI` | string | ✓ | | The JMS URL. |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:jms`
- `camel:amqp`
- `camel:kamelet`