Skip to content

Files

Latest commit

a18197f · Apr 24, 2017

History

History
19 lines (15 loc) · 733 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 733 Bytes

gohaqd

Build Status

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.

Usage:

  gohaqd [flags]

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