Quickstart
Developer experience
Blocks
Pipelines
dbt
- Overview
- Getting started
- New project
- Configuration
- Models
- Commands
Destinations
RabbitMQ
Basic config
connector_type: rabbitmq
connection_host: 'localhost'
connection_port: 5672
queue_name: 'queue_name'
username: 'guest'
password: 'guest'
amqp_url_virtual_host: '%2f'
url_protocol: 'amqp'
On this page