Documentation ¶
Overview ¶
sqsfill sends any number of messages to an SQS queue. For testing purposes. You can specify a message body, or read one from a file. The message body will have the ID prepended, so that each message body is unique.
Usage of ./sqsfill: -b string
Message body template (default "Message_Body")
-c int
Number of messages to insert (default 1000)
-f string
Read message body template from file
-q string
Name of queue to fill
-r string
Queue region (e.g., "us-east-1", "usw01"
-serial
Fill queue non-concurrently
Click to show internal directories.
Click to hide internal directories.