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

SetQueueAttribute Method

Sets an attribute of a queue.

Syntax

[VB.NET]
Public Function SetQueueAttribute(ByVal QueueId As String, ByVal AttributeName As String, ByVal AttributeValue As String) As String
[C#]
public string SetQueueAttribute(string queueId, string attributeName, string attributeValue);

Remarks

This method sets attributes of the queue specified by QueueId. When you change a queue's attributes, the change can take up to 60 seconds to propagate throughout the SQS system.

This method returns the RequestId contained in the Amazon response.

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