Hi All,

I’m planning to improve the existing Amazon AQS connector with the
following methods:


   - SendMessageBatch - Delivers up to ten messages to the specified queue.
   - ChangeMessageVisibilityBatch - Changes the visibility timeout of
   multiple messages.
   - DeleteMessageBatch - Deletes up to ten messages from the specified
   queue.
   - GetQueueUrl - Returns the URL of an existing queue.
   - PurgeQueue - Deletes the messages in a queue specified by the queue
   URL.
   - ListDeadLetterSourceQueues - Returns a list of your queues that have
   the RedrivePolicy queue attribute configured with a dead letter queue. A
   dead letter queue is a queue that other queues can target to send messages
   that for some reason could not be successfully processed. A primary benefit
   of using a dead letter queue is the ability to sideline and isolate the
   unsuccessfully processed messages. You can then analyse any messages sent
   to the dead letter queue to try and determine why they were not
   successfully processed.


Please let me know if you have any suggestions on above methods.

-- 
<[email protected]>
Keerthika Mahendralingam
Associate Software Engineer
Mobile :+94 (0) 776 121144
[email protected]
WSO2, Inc.
lean . enterprise . middleware
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to