# hostname of the RabbitMQ server
rabbitmq-address:       amqp://guest:guest@localhost/webcalls

# Exchange to which all messages are published
exchange:               webcaller

# Name of the queue with the outgoing calls
normal-queue:           calls

# delayed messages are published back
delayed-queue:          delayed

# if you have a httpcaller running that should take care of the actual calls
offload-queue:          httpcaller

# RabbitMQ QoS (prefetch)
quality-of-service:     20

# Max number of incoming connections to the builtin webserver. 0 means infinite
max-incoming:           1024

# Max number of connections to the internal api.
internal-api-limit:     100

