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

RabbitMQ Source

Receive data from a RabbitMQ Broker.

Metadata

Property Value
Type source
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
autoDeclare boolean false The routing key to use when binding a consumer queue to the exchange
vhost string / The virtual host

Dependencies

  • camel:spring-rabbitmq
  • camel:kamelet