Contains the delay of the enqueued message.
property Delay: integer default AQ_NO_DELAY;
The Delay property contains the delay of the enqueued message. The delay represents the number of seconds after which a message is available for dequeuing. The default value is AQ_NO_DELAY. That means the message will be available for immediate dequeuing.