camel-spring-rabbitmq-source-kafka-connector source configuration
Connector Description: Receive data from a RabbitMQ Broker.
When using camel-spring-rabbitmq-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-spring-rabbitmq-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.springrabbitmqsource.CamelSpringrabbitmqsourceSourceConnector
The camel-spring-rabbitmq-source source connector supports 8 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required RabbitMQ broker address Example: localhost. | HIGH | ||
Required RabbitMQ broker port Example: 5672. | HIGH | ||
The routing key to use when binding a consumer queue to the exchange. | MEDIUM | ||
The username to access the RabbitMQ server. | MEDIUM | ||
The password to access the RabbitMQ server. | MEDIUM | ||
Required The exchange name determines the exchange the queue will be bound to. | HIGH | ||
The queue to receive messages from. | MEDIUM | ||
The routing key to use when binding a consumer queue to the exchange. | false | MEDIUM |
The camel-spring-rabbitmq-source source connector has no converters out of the box.
The camel-spring-rabbitmq-source source connector has no transforms out of the box.
The camel-spring-rabbitmq-source source connector has no aggregation strategies out of the box.