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
- "mvn:com.ibm.mq:com.ibm.mq.jakarta.client:"
Metadata
| Property |
Value |
| Type |
source |
| Group |
JMS |
| Namespace |
Messaging |
| Support Level |
Stable |
| Provider |
Apache Software Foundation |
Properties
| 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