#
# The address of the RabbitMQ instance to which messages will be published
#
rabbitmq-address:   amqp://guest:guest@localhost/

#
# The queue to which messages will be published. This can also be in the format
# of `exchange:routingkey`.
#
rabbitmq-outbox:    outbox:outbox

#
# Compress the message payload before publishing it to RabbitMQ
#
rabbitmq-compress:  true
