Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 820 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 820 Bytes

⚠️ Project has moved to Codigami/gohaqd ⚠️

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