generated from camel.apache.org/kamelet
Update wiki Home page for jms-ibm-mq-sink
parent
ea7197cbba
commit
4fede507fd
44
Home.md
44
Home.md
@ -1,21 +1,37 @@
|
|||||||
# Deploy the Project on CamelX Platform
|
# JMS - IBM MQ Sink
|
||||||
|
|
||||||
Deploy on CamelX Platform in three steps
|
A Kamelet that can produce events to an IBM MQ message queue using JMS.
|
||||||
|
|
||||||
## Step 1: Create a release
|
In your Pipe file, you must explicitly declare the IBM MQ Server driver dependency in spec->integration->dependencies
|
||||||
From the project space, click on **"Create a release"**
|
|
||||||
|
|
||||||
The new version is automatically available in the list
|
- "mvn:com.ibm.mq:com.ibm.mq.jakarta.client:<version>"
|
||||||
|
|
||||||
## Step 2: Deploy
|
## Metadata
|
||||||
Click on **"Deploy"**
|
|
||||||
|
|
||||||
- **Version:** Select the desired release
|
| Property | Value |
|
||||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
|----------|-------|
|
||||||
- **Configuration:** Select the configuration source
|
| Type | sink |
|
||||||
- **Resources:** Set CPU and Memory
|
| Group | JMS |
|
||||||
|
| Namespace | Messaging |
|
||||||
|
| Support Level | Stable |
|
||||||
|
| Provider | Apache Software Foundation |
|
||||||
|
|
||||||
## Step 3: Expose
|
## Properties
|
||||||
Enable **"Expose"**
|
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
| Name | Type | Required | Default | Description |
|
||||||
|
|------|------|----------|---------|-------------|
|
||||||
|
| `serverName` | string | ✓ | | IBM MQ Server name or address |
|
||||||
|
| `serverPort` | integer | ✓ | `1414` | IBM MQ Server port |
|
||||||
|
| `destinationType` | string | | `queue` | The JMS destination type (queue or topic) |
|
||||||
|
| `destinationName` | string | ✓ | | The destination name |
|
||||||
|
| `queueManager` | string | ✓ | | Name of the IBM MQ Queue Manager |
|
||||||
|
| `channel` | string | ✓ | | Name of the IBM MQ Channel |
|
||||||
|
| `clientId` | string | | | Name of the IBM MQ Client ID |
|
||||||
|
| `username` | string | ✓ | | Username to authenticate to IBM MQ server |
|
||||||
|
| `password` | string | ✓ | | Password to authenticate to IBM MQ server |
|
||||||
|
| `sslCipherSuite` | string | | | CipherSuite to use for enabling TLS |
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
- `camel:jms`
|
||||||
|
- `camel:kamelet`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user