gohaqd
(pronounced as go-hawk-d) is a worker daemon for consuming messages from a queue.
It pulls data off a queue, inserts it into the message body, and sends an HTTP POST request to a user-configurable URL. Currently supports only AWS SQS.
gohaqd [flags]
--aws-region string AWS Region for the SQS queue (default "us-east-1")
-q, --queue-name string queue name to use
--sqs-endpoint string SQS Endpoint for using with fake_sqs
-u, --url string endpoint to send an HTTP POST request with contents of queue message in the body