Update wiki Home page for spring-rabbitmq-source

gitea_admin 2026-03-11 14:40:28 +00:00
parent fecbc2915a
commit ee7ad4ee9b

39
Home.md

@ -1,21 +1,32 @@
# Deploy the Project on CamelX Platform # RabbitMQ Source
Deploy on CamelX Platform in three steps Receive data from a RabbitMQ 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 | RabbitMQ |
| Namespace | Messaging |
| Support Level | Preview |
| 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 | `host` | string | ✓ | | RabbitMQ broker address |
- **Resources:** Set CPU and Memory | `port` | int | ✓ | | RabbitMQ broker port |
| `routingKey` | string | | | The routing key to use when binding a consumer queue to the exchange |
| `username` | string | | | The username to access the RabbitMQ server |
| `password` | string | | | The password to access the RabbitMQ server |
| `exchangeName` | string | ✓ | | The exchange name determines the exchange the queue will be bound to |
| `queues` | string | | | The queue to receive messages from |
| `autoDeclare` | boolean | | `false` | The routing key to use when binding a consumer queue to the exchange |
| `vhost` | string | | `/` | The virtual host |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:spring-rabbitmq`
- `camel:kamelet`