Delivering messages to an Amazon SQS queue
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 components.
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