Skip to content

Bots From Extension: aws-sqs

AWS SQS - Read and Write data to SQS stream

This extension provides 2 bots.





Bot @sqs:read-stream

Bot Position In Pipeline: Source

Reads message(s) from AWS SQS Queue

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
queue_url* Text Specify URL of AWS SQS Queue name
timeout Text 0 Timeout after waiting for specified time in seconds. Default value is 0 to keep looking for
messages.
interval Text 0 Query frequency specified in seconds. Default value is 0 to keep querying for new messages.
region_name* Text Specify AWS Region name (Ex: us-east-1 / us-west-1 etc.)
auto_delete Text true Auto delete processed message(s) from AWS SQS Queue







Bot @sqs:write-stream

Bot Position In Pipeline: Sink

Writes message(s) to AWS SQS Queue

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
queue_url* Text Specify the URL of AWS SQS Queue name
region_name* Text Specify AWS Region name (Ex: us-east-1 / us-west-1 etc.)