Delivering messages to an Amazon SQS queue - Cloud - 8.0

Amazon SQS

Version
Cloud
8.0
Language
日本語
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 Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
ジョブデザインと開発 > サードパーティーシステム > Amazonサービス > Amazon SQS
データガバナンス > サードパーティーシステム > Amazonサービス > Amazon SQS
データクオリティとプレパレーション > サードパーティーシステム > Amazonサービス > Amazon SQS
Last publication date
2023-09-14

Here's an example of using Talend components to create an Amazon SQS (Simple Queue Service) queue, then deliver a couple of messages to the queue, finally get and display the attributes of the queue on the console.

For more technologies supported by Talend, see Talendコンポーネント.

The input messages in this example are as follows, and each message contains the message creator attribute and the message body information.

#Creator;Body
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