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

CreateQueue Method

Creates an SQS queue.

Syntax

[VB.NET]
Public Function CreateQueue(ByVal QueueName As String) As String
[C#]
public string CreateQueue(string queueName);

Remarks

A queue with the specified name is created.

CreateQueue returns a queue id assigned to the queue. This can then be used to CreateMessage or DeleteQueue.

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