Update wiki Home page for spring-rabbitmq-sink

gitea_admin 2026-03-11 14:40:26 +00:00
parent 39c7bffb10
commit 108d85e91a

39
Home.md

@ -1,21 +1,32 @@
# Deploy the Project on CamelX Platform
# RabbitMQ Sink
Deploy on CamelX Platform in three steps
Send data to a RabbitMQ Broker.
## Step 1: Create a release
From the project space, click on **"Create a release"**
## Metadata
The new version is automatically available in the list
| Property | Value |
|----------|-------|
| Type | sink |
| Group | RabbitMQ |
| Namespace | Messaging |
| Support Level | Preview |
| Provider | Apache Software Foundation |
## Step 2: Deploy
Click on **"Deploy"**
## Properties
- **Version:** Select the desired release
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `host` | string | ✓ | | RabbitMQ broker address |
| `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 |
| `autoDeclareProducer` | boolean | | `false` | Specifies whether the producer should auto declare binding between exchange, queue and routing key when starting |
| `vhost` | string | | `/` | The virtual host |
## Step 3: Expose
Enable **"Expose"**
## Dependencies
Choose an **API Gateway** (Internal, Public, etc.)
- `camel:spring-rabbitmq`
- `camel:kamelet`