이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 41. JMS - IBM MQ Sink
A Kamelet that can produce events to 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:
41.1. Configuration Options 링크 복사링크가 클립보드에 복사되었습니다!
The following table summarizes the configuration options available for the jms-ibm-mq-sink 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.
41.2. Dependencies 링크 복사링크가 클립보드에 복사되었습니다!
41.2.1. Quarkus dependencies 링크 복사링크가 클립보드에 복사되었습니다!
41.3. Usage 링크 복사링크가 클립보드에 복사되었습니다!
41.3.1. Camel JBang usage 링크 복사링크가 클립보드에 복사되었습니다!
41.3.1.1. Prerequisites for JBang 링크 복사링크가 클립보드에 복사되었습니다!
- Install JBang.
You have executed the following command:
jbang app install camel@apache/camel
jbang app install camel@apache/camelCopy to Clipboard Copied! Toggle word wrap Toggle overflow
41.3.1.2. Running a route with JBang 링크 복사링크가 클립보드에 복사되었습니다!
Suppose you have a file named route.yaml with this content:
You can now run it directly through the following command.
camel run route.yaml
camel run route.yaml
41.3.2. Knative Sink 링크 복사링크가 클립보드에 복사되었습니다!
You can use the jms-ibm-mq-sink Kamelet as a Knative sink by binding it to a Knative object.
jms-ibm-mq-sink-binding.yaml
41.3.3. Kafka Sink 링크 복사링크가 클립보드에 복사되었습니다!
You can use the jms-ibm-mq-sink Kamelet as a Kafka sink by binding it to a Kafka topic.
jms-ibm-mq-sink-binding.yaml