Delay (OraAQMsg) Property
Applies To
OraAQMsg Object
Description
Specifies the number of seconds to delay this enqueued message. Set this
property to delay the immediate consumption of the message.
Usage
Msg.Delay = seconds
Remarks
Applicable only for a message that is enqueued.
This delay represents the seconds after which the message is available for
dequeuing. Possible Values are:
· Any valid positive integer
· ORAAQ_MSG_NO_DELAY (Default) 0 seconds, message is immediately available.
Data Type
Integer