camel-jms-ibm-mq-sink-kafka-connector sink configuration
Connector Description: A Kamelet that can produce events to an IBM MQ message queue using JMS. In your KameletBinding file, you must explicitly declare the IBM MQ Server driver dependency in spec->integration->dependencies - "mvn:com.ibm.mq:com.ibm.mq.allclient:<version>"
When using camel-jms-ibm-mq-sink-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-jms-ibm-mq-sink-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this sink connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.jmsibmmqsink.CamelJmsibmmqsinkSinkConnector
The camel-jms-ibm-mq-sink sink connector supports 9 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required IBM MQ Server name or address. |
HIGH |
||
Required IBM MQ Server port. |
1414 |
HIGH |
|
The JMS destination type (queue or topic). |
"queue" |
MEDIUM |
|
Required The destination name. |
HIGH |
||
Required Name of the IBM MQ Queue Manager. |
HIGH |
||
Required Name of the IBM MQ Channel. |
HIGH |
||
Name of the IBM MQ Client ID. |
MEDIUM |
||
Required Username to authenticate to IBM MQ server. |
HIGH |
||
Required Password to authenticate to IBM MQ server. |
HIGH |
The camel-jms-ibm-mq-sink sink connector has no converters out of the box.
The camel-jms-ibm-mq-sink sink connector has no transforms out of the box.
The camel-jms-ibm-mq-sink sink connector has no aggregation strategies out of the box.