2 Home
gitea_admin edited this page 2026-03-11 14:40:26 +00:00

RabbitMQ Sink

Send data to a RabbitMQ Broker.

Metadata

Property Value
Type sink
Group RabbitMQ
Namespace Messaging
Support Level Preview
Provider Apache Software Foundation

Properties

Name Type Required Default Description
host string RabbitMQ broker address
port int RabbitMQ broker port
routingKey string The routing key to use when binding a consumer queue to the exchange
username string The username to access the RabbitMQ server
password string The password to access the RabbitMQ server
exchangeName string The exchange name determines the exchange the queue will be bound to
queues string The queue to receive messages from
autoDeclareProducer boolean false Specifies whether the producer should auto declare binding between exchange, queue and routing key when starting
vhost string / The virtual host

Dependencies

  • camel:spring-rabbitmq
  • camel:kamelet