2016-07-08
1.1.0
Carlos Sousa
9.0.1.15
All
All
Components, Libraries
[Overview]
Connect to the Amazon Simple Queue Service (SQS) Service, allowing queue management, push and get messages.
[Detail]
This component allows you to connect to the Amazon Simple Queuing (SQS) using the Amazon SDK.
It allows the following operations:
Create a new queue in the SQS service;
Get queue based on name;
Send message to the SQS queue;
Polling messages from a SQS queue for processing;
Delete messages after processing;
Delete queue in the SQS service.
This component will work for: .NET: Using the AWS SDK for .NET Version 3 API;
Java: Using the AWS SDK for Java API v1.11.13.