SQSQueueClient

module:queue. SQSQueueClient

Queue client using AWS SQS, full queue url can be used or just the name as sqs://queuename

Constructor

new SQSQueueClient()

Source:
Parameters:
Name Type Attributes Description
options.timeout int <optional>

property defines how long to wait for new messages, i.e. the long poll, in milliseconds

options.retryCount int <optional>

and retryTimeout define how many times to retry failed AWS HTTP requests, default is 5 times starting with the backoff starting at 500 milliseconds.

Example
queue-messages=sqs://messages?bk-interval=60000
queue-messages=sqs://sqs.us-east-1.amazonaws.com/123456/messages?bk-visibilityTimeout=300&bk-count=2