camel-jms-amqp-10-source-kafka-connector source configuration
Connector Description: Consume data from any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client.
When using camel-jms-amqp-10-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-jms-amqp-10-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.jmsamqp10source.CamelJmsamqp10sourceSourceConnector
The camel-jms-amqp-10-source source connector supports 3 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
The JMS destination type (queue or topic). | "queue" | MEDIUM | |
Required The JMS destination name. | HIGH | ||
Required The JMS URL. Example: amqp://my-host:31616. | HIGH |
The camel-jms-amqp-10-source source connector has no converters out of the box.
The camel-jms-amqp-10-source source connector has no transforms out of the box.
The camel-jms-amqp-10-source source connector has no aggregation strategies out of the box.