Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

GetQueueAttributes Method

Returns all attributes of a queue.

Syntax

[VB.NET]
Public Function GetQueueAttributes(ByVal QueueId As String) As String
[C#]
public string GetQueueAttributes(string queueId);

Remarks

This method retrieves all of the attributes of the queue specified by QueueId, and stores them in the Attributes collection. Queues currently have five attributes that may be returned:

  • ApproximateNumberOfMessages
  • VisibilityTimeout (for more information, see Visibility Timeout)
  • CreatedTimestamp
  • LastModifiedTimestamp
  • Policy

This method returns the RequestId contained in the Amazon response.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0