generated from camel.apache.org/kamelet
Update wiki Home page for spring-rabbitmq-sink
parent
39c7bffb10
commit
108d85e91a
39
Home.md
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
|
## Metadata
|
||||||
From the project space, click on **"Create a release"**
|
|
||||||
|
|
||||||
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
|
## 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 |
|
||||||
|
| `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
|
## Dependencies
|
||||||
Enable **"Expose"**
|
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
- `camel:spring-rabbitmq`
|
||||||
|
- `camel:kamelet`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user