Skip to content

ApsOps/gohaqd

Repository files navigation

⚠️ 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

About

A worker daemon for consuming messages from a queue.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages