Skip to content

AMQP (RabbitMQ) Destination

Publishes records as JSON messages to an AMQP exchange.

Configuration

yaml
warehouse:
  kind: amqp
  connection_string: "amqp://guest:guest@localhost:5672"
  exchange: events
  routing_key: output
FieldDefaultDescription
connection_string(required)AMQP connection URI
exchange(required)Exchange name
routing_key""Routing key
exchange_typedirectExchange type (direct, fanout, topic, headers)