camel-jms-apache-activemq-sink-kafka-connector sink configuration
Connector Description: A Kamelet that can produce events to an Apache ActiveMQ Classic message broker using JMS
When using camel-jms-apache-activemq-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-apache-activemq-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.jmsapacheactivemqsink.CamelJmsapacheactivemqsinkSinkConnector
The camel-jms-apache-activemq-sink sink connector supports 5 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
The JMS destination type (i.e.: queue or topic). | "queue" | MEDIUM | |
Required The JMS destination name Example: person. | HIGH | ||
Required The JMS URL Example: tcp://my-host:61616. | HIGH | ||
Target AMQ Broker password Example: password1!. | "admin" | MEDIUM | |
Target AMQ Broker Username Example: userName. | "admin" | MEDIUM |
The camel-jms-apache-activemq-sink sink connector has no converters out of the box.
The camel-jms-apache-activemq-sink sink connector has no transforms out of the box.
The camel-jms-apache-activemq-sink sink connector has no aggregation strategies out of the box.