Creates a queue with the name, specified by the QueueName property.
procedure CreateQueue(NonPersistent: boolean = False);
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.