第 42 章 JMS - IBM MQ Source
A Kamelet that can read events from an IBM MQ message queue using JMS.
In your Pipe file, you must explicitly declare the IBM MQ Server driver dependency in spec→integration→dependencies:
spec:
...
integration:
...
dependencies:
- "mvn:com.ibm.mq:com.ibm.mq.jakarta.client:<version>"
42.1. Configuration Options 复制链接链接已复制到粘贴板!
The following table summarizes the configuration options available for the jms-ibm-mq-source Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| channel * | IBM MQ Channel | Name of the IBM MQ Channel. | string | ||
| destinationName * | Destination Name | The destination name. | string | ||
| password * | Password | Password to authenticate to IBM MQ server. | string | ||
| queueManager * | IBM MQ Queue Manager | Name of the IBM MQ Queue Manager. | string | ||
| serverName * | IBM MQ Server name | IBM MQ Server name or address. | string | ||
| serverPort * | IBM MQ Server Port | IBM MQ Server port. | integer | 1414 | |
| username * | Username | Username to authenticate to IBM MQ server. | string | ||
| clientId | IBM MQ Client ID | Name of the IBM MQ Client ID. | string | ||
| destinationType | Destination Type | The JMS destination type (queue or topic). | string | queue | |
| sslCipherSuite | CipherSuite | CipherSuite to use for enabling TLS. | string |
* = Fields marked with an asterisk are mandatory.