#
#   Configuration file for AMQPHTTP application
#

# The endpoint that all hooks should be forwarded to
endpoint:                   http://www.example.com

# The port we expose our metrics to
port:                       8081

# Where to output logs
log:                        /dev/stdout

#
#   RabbitMQ configuration 
#
#   Messages are read from a queue, and then published back to
#   the exchange with the specified routingkey.
#
#   The "queue" setting can also have the format "exchange:routingkey",
#   in which case a temporary queue is dynamically created that is
#   bound to the specified exchange.
#

rabbit-address:            amqp://guest:guest@localhost/vhost
rabbit-queue:              results

