Creating a Job for delivering Amazon SQS messages - Cloud - 8.0

Amazon SQS

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Amazon services (Integration) > Amazon SQS components
Data Quality and Preparation > Third-party systems > Amazon services (Integration) > Amazon SQS components
Design and Development > Third-party systems > Amazon services (Integration) > Amazon SQS components
Last publication date
2024-02-20

Create a Job to open a connection to access Amazon SQS, then create an Amazon SQS queue and deliver a couple of messages to the queue, finally get and display the attributes of the queue on the console.

Procedure

  1. Create a new Job and add a tSQSConnection component, a tSQSQueueCreate component, a tFixedFlowInput component, a tSQSOutput component, a tSQSQueueAttributes component, and a tLogRow component by typing their names in the design workspace or dropping them from the Palette.
  2. Link the tFixedFlowInput component to the tSQSOutput component using a Row > Main connection.
  3. Do the same to link the tSQSQueueAttributes component to the tLogRow component.
  4. Link the tSQSConnection component to the tSQSQueueCreate component using a Trigger > OnSubjobOk connection.
  5. Do the same to link the tSQSQueueCreate component to the tFixedFlowInput component and the tFixedFlowInput component to the tSQSQueueAttributes component.