AWS.SQS.ISQSClient.CreateQueue

Creates a new queue.

function CreateQueue(const ARequest: ISQSCreateQueueRequest): ISQSCreateQueueResponse; overload; function CreateQueue(const AQueueName: string): ISQSCreateQueueResponse; overload;
__fastcall ISQSCreateQueueResponse CreateQueue(const ISQSCreateQueueRequest ARequest); __fastcall ISQSCreateQueueResponse CreateQueue(const AnsiString AQueueName);

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISQSCreateQueueRequest
A CreateQueue request object.
const AQueueName: string
The name of the new queue to create.

Response containing CreateQueue results.

Exceptions
Description
You must wait 60 seconds before attempting to create a queue with the same name as a recently deleted queue.
A queue already exists with the specified name.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.