Sign inSign up

chaseisabelle/sqs2nothing

By chaseisabelle

Updated almost 5 years ago

forward messages from sqs to nothing, nowhere, nada

Image
0

383

chaseisabelle/sqs2nothing repository overview

sqs2nothing

forward messages from sqs to...nothing


see on github


description

use this tool to consume messages from an sqs queue and just drop them. essentially, this will just drain a queue.

usage
docker run -e WORKERS=1 -e ... sqs2nothing
  Usage of sqs2nothing:
    -endpoint string
          the aws endpoint
    -id string
          aws account id (leave blank for no-auth)
    -key string
          aws account key (leave blank for no-auth)
    -queue string
          the queue name
    -region string
          aws region (i.e. us-east-1)
    -retries int
          the workers number of retries (default -1)
    -secret string
          aws account secret (leave blank for no-auth)
    -timeout int
          the message visibility timeout in seconds (default 30)
    -url string
          the sqs queue url
    -wait int
          wait time in seconds
    -workers int
          the number of parallel workers to run (default 1)
  ```

Tag summary

Content type

Image

Digest

Size

7.3 MB

Last updated

almost 5 years ago

docker pull chaseisabelle/sqs2nothing