ODAC

TOraQueueAdmin.CreateQueue Method

Creates a queue with the name, specified by the QueueName property.

Class

TOraQueueAdmin

Syntax

procedure CreateQueue(NonPersistent: boolean = False);

Parameters
NonPersistent
Holds True, if the created queue should be persistent. False otherwise.

Remarks

Call the CreateQueue method to create a queue with the name, specified by QueueName property. When creating a persistent queue, properties

will be used as parameters for the new queue.

When creating a non-persistent queue, TOraQueueAdmin component uses properties MultipleConsumers and Comment.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback