Documentation

AMQP

RabbitMQ or AMQP-compatible brokers.

AMQP is the default choice for RabbitMQ-based workflows.

watermill:
  driver: amqp
  amqp:
    url: amqp://guest:guest@localhost:5672/
    mode: durable_queue

Use durable_queue for persistent queues and durable_pubsub for topic-style routing.