Delivering messages to the Amazon SQS queue - 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
Configure the tFixedFlowInput component and the tSQSOutput component to deliver messages to the new empty Amazon SQS queue.

Procedure

  1. Double-click the tSQSOutput component to open its Basic settings view.
  2. Specify the connection details required to access Amazon SQS. In this example, select the Use an existing connection check box and from the Component List drop-down list displayed, select the connection component to reuse its connection details you have already defined.
  3. In the Queue (Name or URL) field, enter the name for the queue to which the messages will be delivered. In this example, it is talend.
  4. Click the button next to Edit schema to open the schema dialog box.
    You can see the schema of the tSQSOutput component is predefined with a single String column Body that stores the body of each message to be delivered.
  5. Click the button in the right panel to add one column Creator of String type, which will hold the customized creator attribute value of each message.
  6. Click the button to copy all columns from the output schema to the input schema. In the pop-up dialog box, click OK to accept the changes.
  7. Click OK to close the schema dialog box.
  8. Double-click the tFixedFlowInput component to open its Basic settings view.
  9. In the Mode area, select Use Inline Content(delimited file). Then in the Content field displayed, enter the creator attribute and body data of the messages to be delivered to Amazon SQS. In this example, it is:
    Talend DOC Team;the 1st message from Talend DOC team
    Talend DEV Team;the 2nd message from Talend DEV team
    Talend QA Team;the 3rd message from Talend QA team