Oracle® Objects for OLE Developer's Guide 10g Release 1 (10.1) Part Number B10118-01 |
|
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