forward messages from sqs to nothing, nowhere, nada
383
forward messages from sqs to...nothing
see on github
use this tool to consume messages from an sqs queue and just drop them. essentially, this will just drain a queue.
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)
```
Content type
Image
Digest
Size
7.3 MB
Last updated
almost 5 years ago
docker pull chaseisabelle/sqs2nothing