Indicates whether the queue being created is an exception queue or a normal queue.
property QueueType: TQueueType default qtNormalQueue;
Use the QueueType property to specify whether the queue being created is an exception queue or a normal queue. Only the dequeue operation is allowed in the exception queue. The default value is qtNormalQueue.