camel-jms-amqp-10-ssl-sink-kafka-connector sink configuration
Connector Description: Send data to any AMQP 1.0 compliant message broker over an SSL/TLS connection by using the Apache Qpid JMS client. SSL transport options can be configured as query parameters on the remoteURI (e.g. transport.trustStoreLocation, transport.trustStorePassword, transport.keyStoreLocation, transport.keyStorePassword, transport.verifyHost, transport.trustAll).
When using camel-jms-amqp-10-ssl-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-amqp-10-ssl-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.jmsamqp10sslsink.CamelJmsamqp10sslsinkSinkConnector The camel-jms-amqp-10-ssl-sink sink 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 with amqps scheme and SSL transport options as query parameters. Example: amqps://my-host:5671?transport.trustStoreLocation=/path/to/truststore.jks&transport.trustStorePassword=changeit. | HIGH |
The camel-jms-amqp-10-ssl-sink sink connector has no converters out of the box.
The camel-jms-amqp-10-ssl-sink sink connector has no transforms out of the box.
The camel-jms-amqp-10-ssl-sink sink connector has no aggregation strategies out of the box.