AWS Simple Queue Sender Connector
Allows reading messages from the SQS queue.
Required Connector Properties
-
Queue Name: Queue name refers to the unique identifier or label assigned to a specific queue within the service.
-
AWS Credential: Aws credentials refer to the authentication information used to perform data transfers using Aws Simple Queue Service. The name of a previously defined credential is provided.
-
Region: The region in which SQS client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1)
-
Maximum Messages Per Poll: Gets the maximum number of messages as a limit to poll at each polling. Is default unlimited, but use 0 or negative number to disable it as unlimited.
-
Delay: Milliseconds before the next poll.
-
Delete After Read: Delete message from SQS after it has been read.
-
Scheduler - Cron: This variable allows determining the working interval and frequency of the defined Aws Simple Queue service in Cron format. Cron is used to schedule tasks to run at specific intervals or on specific dates and times.